/// <summary> /// Add the given socket to the list to be reaped (terminated). /// </summary> /// <param name="socket">the socket to add to the list for termination</param> protected override void ProcessReap(SocketBase socket) { // Add the socket to the poller. socket.StartReaping(this.m_poller); ++this.m_sockets; }