K 10 svn:author V 7 glebius K 8 svn:date V 27 2004-11-23T15:30:02.000000Z K 7 svn:log V 466 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. END