This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Accept more data from tracker.
master
Richard Nyberg
19 years ago
parent
617691251e
commit
051b1b4e2a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
btpd/tracker_req.c
+ 1
- 1
btpd/tracker_req.c
View File
@@ -21,7 +21,7 @@
#define PRIu64 "llu"
#endif
#define REQ_SIZE (
1024 + 6 * 50
)
#define REQ_SIZE (
getpagesize() * 2
)
struct tracker_req {
enum tr_event tr_event;
Write
Preview
Loading…
Cancel
Save