From: denis <> Date: Tue, 3 Feb 2009 14:41:17 +0000 (+0000) Subject: decrease the udp multicast packetsize so it fits into one ether frame X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3003dfd6f2e59d030f2a9be3ac314db15c5d307;p=thirdparty%2Fopentracker.git decrease the udp multicast packetsize so it fits into one ether frame --- diff --git a/ot_livesync.c b/ot_livesync.c index d577f7c..3f54a4d 100644 --- a/ot_livesync.c +++ b/ot_livesync.c @@ -30,7 +30,7 @@ char groupip_1[4] = { 224,0,23,5 }; #define LIVESYNC_INCOMING_BUFFSIZE (256*256) -#define LIVESYNC_OUTGOING_BUFFSIZE_PEERS 1504 +#define LIVESYNC_OUTGOING_BUFFSIZE_PEERS 1480 #define LIVESYNC_OUTGOING_WATERMARK_PEERS (sizeof(ot_peer)+sizeof(ot_hash)) #ifdef WANT_SYNC_SCRAPE