First time i ever had that, but why can this fail.
cl_port is 0. Do we handle the errors of socket creations?
failed to bind socket with domain 2 and type 2 (98 'Address already in use')
net: can't send ipv4 traffic to this socket
21:14
restart fixed it
21:14
i dunno if having a random port can even fail or if it's some kind of kernel bug, but maybe we must handle the error, if this is a can happen error?(edited)
The client should try 25 times to create a socket and if it failed every time then it should show a warning. Probably it only failed to create the IPv4 socket, I think that's not considered an error