Mahmood Hikmet added the comment:
I solved the problem - sorry it's taken me so long to reply. I know how
frustrating it is when people don't respond with what they found out in the end.
Turns out there's no bug as you said and it was based around something I did
(as these thi
Mahmood Hikmet added the comment:
I'm unsure what you mean by "set specify" a timeout, but I do use the
"settimeout()" function.
I've stripped my program of everything that is not dealing with the socket and
replaced the string being sent back with a dummy one
Mahmood Hikmet added the comment:
I am facing this same issue.
I set recvfrom to have a timeout of 5 seconds and stuck it in an infinite loop
with some response code based on what is received.
The sending functionality of the socket is not compromised at all. It can
always send. However