kontainapp / km

Kontain Monitor
http://kontain.app
Apache License 2.0
29 stars 5 forks source link

Change sendmsg_test to use assigned port numbers #1805

Closed paulpopelka closed 12 months ago

paulpopelka commented 12 months ago

It is currently using 2 fixed port numbers which can cause EADDRINUSE errors sometimes. Chnaged sendmsg_test to use port numbers assigned it by the bats test script.

paulpopelka commented 12 months ago

missing freeaddrinfo

I don't see that. Where are you seeing this?