diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-12-02 08:49:29 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-12-02 08:49:29 +0000 |
| commit | 262c1c1a4e844882d8bb687c213786edbe9eb94c (patch) | |
| tree | 1e2d69883173d0e4c094c85ef435f3c25dc41de5 /sys/netinet/tcp_var.h | |
| parent | fce6fbfa4df708f2cd50c5eeb1c00d30c63a0f4d (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 0f712786378c..f4a5b75234d8 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -101,6 +101,7 @@ struct tcpcb { #define TF_MORETOCOME 0x10000 /* More data to be appended to sock */ #define TF_LQ_OVERFLOW 0x20000 /* listen queue overflow */ #define TF_LASTIDLE 0x40000 /* connection was previously idle */ +#define TF_RXWIN0SENT 0x80000 /* sent a receiver win 0 in response */ int t_force; /* 1 if forcing out a byte */ tcp_seq snd_una; /* send unacknowledged */ |
