Date: Tue, 23 Nov 2004 15:30:02 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_divert.c Message-ID: <200411231530.iANFU2Nq045611@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2004-11-23 15:30:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
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.
MFC part of 1.109:
- in the beginning of div_output() replace KASSERT with assignment, as
it was in rev. 1.83.
Revision Changes Path
1.98.2.1 +3 -34 src/sys/netinet/ip_divert.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411231530.iANFU2Nq045611>
