Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Add handling of an IPv4-mapped IPv6 address. | maxim | 2005-02-14 | 1 | -4/+5 |
| | | | | | | | | | | | | | o Use SYSCTL_IN() macro instead of direct call of copyin(9). Submitted by: ume o Move sysctl_drop() implementation to sys/netinet/tcp_subr.c where most of tcp sysctls live. o There are net.inet[6].tcp[6].getcred sysctls already, no needs in a separate struct tcp_ident_mapping. Suggested by: ume | ||||
* | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | maxim | 2005-02-06 | 1 | -0/+88 |
utility: The tcpdrop command drops the TCP connection specified by the local address laddr, port lport and the foreign address faddr, port fport. Obtained from: OpenBSD Reviewed by: rwatson (locking), ru (man page), -current MFC after: 1 month |