udp server unable to transmit data
- by mawia
Hi! all,
I have written a simple udp server which has to transmit certain data to few of it's clients.
but though server is successfully executing send,but unable to transmit even a single byte.The return value of send is 0 although I have enough data to be transmitted.you can see the code for the said server here: http://pastebin.com/zeMcwd6X
Can you people help in finding the possible culprit for the same.Any reply in this regard will be appreciated.
Lot of Thanks in advance!
Mawia