K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-06-01T02:42:56.000000Z K 7 svn:log V 360 The SS_COMP and SS_INCOMP flags in the so_state field indicate whether the socket is on an accept queue of a listen socket. This change renames the flags to SQ_COMP and SQ_INCOMP, and moves them to a new state field on the socket, so_qstate, as the locking for these flags is substantially different for the locking on the remainder of the flags in so_state. END