Instead of closing every incoming TCP connection after handling a single query, continue receiving queries on each TCP connection until the client disconnects itself. When coupled with response dropping, this enables silently receiving all incoming data, simulating an unresponsive server.