summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-01-24 13:47:43 +0000
committerKevin Steves <stevesk@pobox.com>2001-01-24 13:47:43 +0000
commit0c69615e351f366d031d56f0079074b7afb7b566 (patch)
treedd62dc1add2238fb735ba64cc7e9a3573390ba26 /packet.c
parent54286c58dae86d07e449f8ec1416f77fceaf7d36 (diff)
whitespace sync
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index 1b7cd162b..53495b933 100644
--- a/packet.c
+++ b/packet.c
@@ -1259,9 +1259,9 @@ packet_set_interactive(int interactive)
1259 */ 1259 */
1260#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN) 1260#if defined(IP_TOS) && !defined(IP_TOS_IS_BROKEN)
1261 if (packet_connection_is_ipv4()) { 1261 if (packet_connection_is_ipv4()) {
1262 if (setsockopt(connection_in, IPPROTO_IP, IP_TOS, 1262 if (setsockopt(connection_in, IPPROTO_IP, IP_TOS,
1263 (void *) &lowdelay, sizeof(lowdelay)) < 0) 1263 (void *) &lowdelay, sizeof(lowdelay)) < 0)
1264 error("setsockopt IPTOS_LOWDELAY: %.100s", 1264 error("setsockopt IPTOS_LOWDELAY: %.100s",
1265 strerror(errno)); 1265 strerror(errno));
1266 } 1266 }
1267#endif 1267#endif