diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | 38 | ||
39 | #include "includes.h" | 39 | #include "includes.h" |
40 | RCSID("$OpenBSD: packet.c,v 1.101 2002/12/10 19:26:50 markus Exp $"); | 40 | RCSID("$OpenBSD: packet.c,v 1.102 2002/12/10 19:47:14 markus Exp $"); |
41 | 41 | ||
42 | #include "xmalloc.h" | 42 | #include "xmalloc.h" |
43 | #include "buffer.h" | 43 | #include "buffer.h" |
@@ -1314,7 +1314,7 @@ packet_not_very_much_data_to_write(void) | |||
1314 | return buffer_len(&output) < 128 * 1024; | 1314 | return buffer_len(&output) < 128 * 1024; |
1315 | } | 1315 | } |
1316 | 1316 | ||
1317 | void | 1317 | static void |
1318 | packet_set_tos(int interactive) | 1318 | packet_set_tos(int interactive) |
1319 | { | 1319 | { |
1320 | int tos = interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT; | 1320 | int tos = interactive ? IPTOS_LOWDELAY : IPTOS_THROUGHPUT; |