TCP_CLOSE_WAIT 874 ext/socket/option.c #if defined(HAVE_CONST_TCP_CLOSE_WAIT) && !defined(TCP_CLOSE_WAIT) TCP_CLOSE_WAIT 875 ext/socket/option.c # define TCP_CLOSE_WAIT TCP_CLOSE_WAIT TCP_CLOSE_WAIT 993 ext/socket/option.c # ifdef TCP_CLOSE_WAIT TCP_CLOSE_WAIT 994 ext/socket/option.c case TCP_CLOSE_WAIT: rb_str_cat_cstr(ret, " state=CLOSE_WAIT"); break;