Changeset 7152
- Timestamp:
- Nov 24, 2008, 9:59:00 PM (14 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/handshake.c
r7147 r7152 1180 1180 tr_handshake * handshake; 1181 1181 1182 tr_peerIoSetBandwidth( io, TR_UP, NULL ); 1183 tr_peerIoSetBandwidth( io, TR_DOWN, NULL ); 1184 1182 1185 handshake = tr_new0( tr_handshake, 1 ); 1183 1186 handshake->io = io; -
trunk/libtransmission/net.c
r7147 r7152 126 126 setSndBuf( tr_session * session, int fd ) 127 127 { 128 #if 0 128 129 if( fd >= 0 ) 129 130 { … … 133 134 setsockopt( fd, SOL_SOCKET, SO_RCVBUF, &rcvbuf, sizeof( rcvbuf ) ); 134 135 } 136 #endif 135 137 } 136 138
Note: See TracChangeset
for help on using the changeset viewer.