diff options
| author | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-08-31 01:15:32 -0700 |
|---|---|---|
| committer | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-08-31 01:15:32 -0700 |
| commit | 1b2702b494a01df0140f24a8df16385fa762f619 (patch) | |
| tree | f47e1ebcd3097e86cc6771df593a318c03dba6f1 /usr/src/uts/common/inet/tcp_impl.h | |
| parent | 33ab04ab97e6a2ee82971255446a0aa4eace756e (diff) | |
| download | illumos-joyent-1b2702b494a01df0140f24a8df16385fa762f619.tar.gz | |
6874614 Reproducible assertion fail "peer_tcp->tcp_recv_hiwater != 0" in snv_122
Diffstat (limited to 'usr/src/uts/common/inet/tcp_impl.h')
| -rw-r--r-- | usr/src/uts/common/inet/tcp_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/inet/tcp_impl.h b/usr/src/uts/common/inet/tcp_impl.h index c170cb1493..bec2b3256f 100644 --- a/usr/src/uts/common/inet/tcp_impl.h +++ b/usr/src/uts/common/inet/tcp_impl.h @@ -168,8 +168,8 @@ typedef struct tcpparam_s { #define tcps_rexmit_interval_min tcps_params[22].tcp_param_val #define tcps_deferred_ack_interval tcps_params[23].tcp_param_val #define tcps_snd_lowat_fraction tcps_params[24].tcp_param_val -#define tcps_sth_rcv_hiwat tcps_params[25].tcp_param_val -#define __tcps_not_used1 tcps_params[26].tcp_param_val +#define __tcps_not_used1 tcps_params[25].tcp_param_val +#define __tcps_not_used2 tcps_params[26].tcp_param_val #define tcps_dupack_fast_retransmit tcps_params[27].tcp_param_val #define tcps_ignore_path_mtu tcps_params[28].tcp_param_val #define tcps_smallest_anon_port tcps_params[29].tcp_param_val @@ -190,7 +190,7 @@ typedef struct tcpparam_s { #define tcps_slow_start_after_idle tcps_params[44].tcp_param_val #define tcps_slow_start_initial tcps_params[45].tcp_param_val #define tcps_sack_permitted tcps_params[46].tcp_param_val -#define __tcps_not_used2 tcps_params[47].tcp_param_val +#define __tcps_not_used3 tcps_params[47].tcp_param_val #define tcps_ipv6_hoplimit tcps_params[48].tcp_param_val #define tcps_mss_def_ipv6 tcps_params[49].tcp_param_val #define tcps_mss_max_ipv6 tcps_params[50].tcp_param_val |
