diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp.c')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp.c b/usr/src/uts/common/inet/tcp/tcp.c index dd088c9b7a..a9ebe742ae 100644 --- a/usr/src/uts/common/inet/tcp/tcp.c +++ b/usr/src/uts/common/inet/tcp/tcp.c @@ -7843,7 +7843,7 @@ tcp_header_init_ipv6(tcp_t *tcp) } /* At minimum we need 4 bytes in the TCP header for the lookup */ -#define ICMP_MIN_TCP_HDR 4 +#define ICMP_MIN_TCP_HDR 12 /* * tcp_icmp_error is called by tcp_rput_other to process ICMP error messages |