diff options
author | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-08-14 13:15:43 -0700 |
---|---|---|
committer | Rao Shoaib <Rao.Shoaib@Sun.COM> | 2009-08-14 13:15:43 -0700 |
commit | 79c0745d20b12387e468deefd44f647aa2451fa8 (patch) | |
tree | 6452d3e238c895d7cbaa0596ce86d649fc302154 /usr/src/uts/common/inet/tcp.h | |
parent | 2fc97812365263561512aff4b02a22807e9a13a7 (diff) | |
download | illumos-gate-79c0745d20b12387e468deefd44f647aa2451fa8.tar.gz |
6848633 ftp put hangs over ib
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
-rw-r--r-- | usr/src/uts/common/inet/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index f8c8b6abd7..ae7f471809 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -536,7 +536,6 @@ typedef struct tcp_s { */ struct tcp_s *tcp_loopback_peer; /* peer tcp for loopback */ mblk_t *tcp_fused_sigurg_mp; /* M_PCSIG mblk for SIGURG */ - size_t tcp_fuse_rcv_hiwater; /* fusion receive queue size */ uint32_t tcp_fused : 1, /* loopback tcp in fusion mode */ |