From 8bee224dc08aea5681d0065ed179cdcac6962450 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 21 Nov 2007 01:55:59 +0000 Subject: static bufs are not shared anymore, even if that means more memory. --- ot_udp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ot_udp.c') diff --git a/ot_udp.c b/ot_udp.c index 61624c5..af4bdc9 100644 --- a/ot_udp.c +++ b/ot_udp.c @@ -14,6 +14,9 @@ #include "ot_udp.h" #include "ot_stats.h" +static char static_inbuf[8192]; +static char static_outbuf[8192]; + /* UDP implementation according to http://xbtt.sourceforge.net/udp_tracker_protocol.html */ void handle_udp4( int64 serversocket ) { ot_peer peer; -- cgit v1.2.3