summaryrefslogtreecommitdiffstats
path: root/qemu/slirp/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/slirp/tcp.h')
-rw-r--r--qemu/slirp/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/slirp/tcp.h b/qemu/slirp/tcp.h
index 2e2b4033a..61befcde5 100644
--- a/qemu/slirp/tcp.h
+++ b/qemu/slirp/tcp.h
@@ -106,6 +106,8 @@ struct tcphdr {
*/
#undef TCP_MSS
#define TCP_MSS 1460
+#undef TCP6_MSS
+#define TCP6_MSS 1440
#undef TCP_MAXWIN
#define TCP_MAXWIN 65535 /* largest value for (unscaled) window */