cvs commit: src/sys/netinet ip_divert.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Nov 23 07:30:03 PST 2004


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


More information about the cvs-src mailing list