cvs commit: src/sys/netinet ip_divert.c
Gleb Smirnoff
glebius at FreeBSD.org
Wed Dec 1 03:16:04 PST 2004
glebius 2004-12-01 11:16:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/netinet ip_divert.c
Log:
MFC 1.110:
- 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.
Revision Changes Path
1.42.2.7 +2 -20 src/sys/netinet/ip_divert.c
More information about the cvs-src
mailing list