Changeset 4855
- Timestamp:
- Jan 28, 2008, 9:05:48 PM (14 years ago)
- Location:
- branches/1.0x/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0x/libtransmission/fdlimit.c
r4775 r4855 362 362 getSocketMax( struct tr_fd_s * gFd ) 363 363 { 364 #if 0365 364 return gFd->normalMax; 366 #else367 return MIN( gFd->normalMax, 200 );368 #endif369 365 } 370 366 -
branches/1.0x/libtransmission/peer-mgr.c
r4854 r4855 958 958 getMaxPeerCount( const tr_torrent * tor UNUSED ) 959 959 { 960 #if 0 961 return t->tor->maxConnectedPeers; 962 #else 963 return 50; 964 #endif 960 return tor->maxConnectedPeers; 965 961 } 966 962
Note: See TracChangeset
for help on using the changeset viewer.