Dirk Engling
e88a799172
Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDP
15 years ago
Dirk Engling
e076dab883
added live sync code
...
added a config file parser
added tracker id
changed WANT_CLOSED_TRACKER and WANT_BLACKLIST into WANT_ACCESS_WHITE and WANT_ACCESS_BLACK
changed WANT_TRACKER_SYNC to WANT_SYNC_BATCH and added WANT_SYNC_LIVE
added an option to switch off fullscrapes
cleaned up many internal hardcoded values, like PROTO_FLAG,
15 years ago
Denis Ahrens
b804dd7e6f
now checking for the correct connection-id we gave out
15 years ago
Dirk Engling
4ee5fe81c7
Fix endianess issues, also obey number of peers requested in udp announces
15 years ago
Dirk Engling
a7c47dce53
Introducing live busy network detection.
15 years ago
Dirk Engling
e767fae72a
Introduce some kind of versioning
15 years ago
Dirk Engling
da6e48b384
too many wrong udp requests scroll too much :) disable logging for now
15 years ago
Dirk Engling
1438e2a93a
more udp debugging
15 years ago
Dirk Engling
a4e1b7f442
Do not lock out well behaving clients
15 years ago
Dirk Engling
ba0c7d24c1
more udp debugging
15 years ago
Dirk Engling
a8fd467ef1
Prepare udp connection id generation and checking
15 years ago
Dirk Engling
5b3eb23f5f
Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes
16 years ago
Dirk Engling
9df7d28415
static bufs are not shared anymore, even if that means more memory.
16 years ago
Dirk Engling
31dedcd9cf
Missing newline warning, missing include fixed
16 years ago
Dirk Engling
26c23fdecd
Have an own file handle udp requests.
16 years ago