Changeset 5346

Show
Ignore:
Timestamp:
03/11/08 05:06:22 (4 months ago)
Author:
morris
Message:

Disable TOS temporarily for testing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libwired/trunk/libwired/net/wi-socket.c

    r5297 r5346  
    807807        _wi_socket_set_option(socket, IPPROTO_TCP, TCP_NODELAY, interactive ? 1 : 0); 
    808808         
    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); 
    811811         
    812812        socket->interactive = interactive;