Changeset 5346
- Timestamp:
- 03/11/08 05:06:22 (4 months ago)
- Files:
-
- libwired/trunk/libwired/net/wi-socket.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/net/wi-socket.c
r5297 r5346 807 807 _wi_socket_set_option(socket, IPPROTO_TCP, TCP_NODELAY, interactive ? 1 : 0); 808 808 809 if(wi_address_family(socket->address) == WI_ADDRESS_IPV4)810 _wi_socket_set_option(socket, IPPROTO_IP, IP_TOS, interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT);809 // if(wi_address_family(socket->address) == WI_ADDRESS_IPV4) 810 // _wi_socket_set_option(socket, IPPROTO_IP, IP_TOS, interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT); 811 811 812 812 socket->interactive = interactive;
