Changeset 4855 for branches/1.0x/libtransmission/fdlimit.c
- Timestamp:
- Jan 28, 2008, 9:05:48 PM (15 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.