m4rkw / minotaur

MIT License
7 stars 4 forks source link

To much TCP connection chatter #8

Open gordan-bobic opened 6 years ago

gordan-bobic commented 6 years ago
[  495.965178] TCP: request_sock_TCP: Possible SYN flooding on port 3459. Sending cookies.  Check SNMP counters.
[  530.535233] TCP: request_sock_TCP: Possible SYN flooding on port 3460. Sending cookies.  Check SNMP counters.

This means there are > 128 of connections being spawned in a short period of time between minotaur and excavataur.

This should be moved to go over a UNIX domain socket rather than TCP, and/or at least a single connection should be used for the entire message set.