linger l; l.l_onoff = 1; l.l_linger = 0; setsockopt(s, SOL_SOCKET, SO_LINGER, (char *)&l, sizeof(l)); closesocket(s);
[2005.3.4]