diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2004-04-20 19:04:24 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-04-20 19:04:24 +0000 |
| commit | de9f59f850c3f8dbfc8af1e65c18d2ca33118dfc (patch) | |
| tree | 9fdc976adac1f87b2b020af6a905eaa9c49d458a | |
| parent | 7a2e304d7f408359f3e13f1d20d1ba5b7ee050b4 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/tcp_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index c85feccc9c291..86e27f051cc35 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -215,7 +215,7 @@ struct tcpopt { #define TOF_MSS 0x0010 #define TOF_SCALE 0x0020 #define TOF_SIGNATURE 0x0040 /* signature option present */ -#define TOF_SIGLEN 0x0080 /* sigature length valid (RFC2385) */ +#define TOF_SIGLEN 0x0080 /* signature length valid (RFC2385) */ u_int32_t to_tsval; u_int32_t to_tsecr; tcp_cc to_cc; /* holds CC or CCnew */ |
