Я использую nginx в качестве обратного прокси для перенаправления некоторого трафика на сервер openfire XMPP. Вот что я вижу в netstat:
972 connections to port 80 from outside (includes website and redirected XMPP over http)
of them 231 in TIME_WAIT, seems like normal
272 connection from localhost:<misc port> to localhost:7070 (nginx to xmpp server), all ESTABLISHED
3154 connections from localhost:7070 to localhost:<misc port> (xmpp back to nginx)
of them 2882 in TIME_WAIT (1301 of them with expired timers) seems like it's not normal!
Почему их так много? Как избавиться от этой связи?