summary refs log tree commit diff stats
path: root/slirp/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/tcp.h')
-rw-r--r--slirp/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/tcp.h b/slirp/tcp.h
index 3399857513..4a18ed8821 100644
--- a/slirp/tcp.h
+++ b/slirp/tcp.h
@@ -113,7 +113,6 @@ struct tcphdr {
 #undef TCP_NODELAY
 #define	TCP_NODELAY	0x01	/* don't delay send to coalesce packets */
 #undef TCP_MAXSEG
-/* #define	TCP_MAXSEG	0x02 */	/* set maximum segment size */
 
 /*
  * TCP FSM state definitions.