cvs commit: src/sys/netinet ip_divert.c
Gleb Smirnoff
glebius at FreeBSD.org
Thu Nov 18 13:49:19 GMT 2004
glebius 2004-11-18 13:49:18 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_divert.c
Log:
- Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag
from divert sockets.
- Remove div_disconnect() method, since it shouldn't be called now.
- Remove div_abort() method. It was never called directly, since protocol
doesn't have listen queue. It was called only from div_disconnect(),
which is removed now.
Reviewed by: rwatson, maxim
Approved by: julian (mentor)
MT5 after: 1 week
MT4 after: 1 month
Revision Changes Path
1.110 +0 -33 src/sys/netinet/ip_divert.c
More information about the cvs-src
mailing list