1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 07:06:45 +00:00

decrease the udp multicast packetsize so it fits into one ether frame

This commit is contained in:
denis 2009-02-03 14:41:17 +00:00
parent 6e3ef99daf
commit c3003dfd6f

View File

@ -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