diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-12-09 23:57:09 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-12-09 23:57:09 +0000 |
| commit | 0ca989b376e0e5977dd643121451c5809c8a37c8 (patch) | |
| tree | cfe62e211f3f4b88eac7077db80f0753e267bc77 | |
| parent | 90447aad0ae55122d01438a7750c7ba02e63f0c4 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/in_pcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 5f10dacc9c77..081f49067fa0 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -385,7 +385,7 @@ void inp_4tuple_get(struct inpcb *inp, uint32_t *laddr, uint16_t *lp, #define INP_IPV4 0x1 #define INP_IPV6 0x2 #define INP_IPV6PROTO 0x4 /* opened under IPv6 protocol */ -#define INP_TIMEWAIT 0x8 /* .. probably doesn't go here */ +#define INP_TIMEWAIT 0x8 /* inpcb in TIMEWAIT, ppcb is tcptw */ #define INP_ONESBCAST 0x10 /* send all-ones broadcast */ #define INP_DROPPED 0x20 /* protocol drop flag */ #define INP_SOCKREF 0x40 /* strong socket reference */ |
