diff options
author | jprakash <none@none> | 2005-12-08 10:14:51 -0800 |
---|---|---|
committer | jprakash <none@none> | 2005-12-08 10:14:51 -0800 |
commit | 534c3c80dbfd6da51bc98704b8bb6fe9280be765 (patch) | |
tree | 34231cc96903442012f3e20e597333b58b526ddd /usr/src/uts/common/inet/tcp/tcp.c | |
parent | 672793b23c3aa44f48e5f79211eb14ccd3004c43 (diff) | |
download | illumos-joyent-534c3c80dbfd6da51bc98704b8bb6fe9280be765.tar.gz |
6359389 ICMP_MIN_TCP_HDR should be 12
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 |