I have a process that listens on a port and for which discarding excess connection requests is the desired behaviour. Unfortunately, connection requests getting discarded generates warning messages of the form:
sonewconn: pcb {address}: Listen queue overflow: {#} already in queue
awaiting acceptance ({#} occurrences)
Is there a way for the process or some config file to request
suppression of these warnings in regard to that process?
I have a process that listens on a port and for which discarding excess
connection requests is the desired behaviour. Unfortunately, connection
requests getting discarded generates warning messages of the form:
sonewconn: pcb {address}: Listen queue overflow: {#} already in queue
awaiting acceptance ({#} occurrences)
Is there a way for the process or some config file to request
suppression of these warnings in regard to that process?
Not a direct answer, but I prefer to close the listening socket for
these cases. I find it makes for more understandable behaviour from the client's point of view.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 43:04:40 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,851 |