udp server unable to transmit data

Posted by mawia on Stack Overflow See other posts from Stack Overflow or by mawia
Published on 2010-05-14T11:23:58Z Indexed on 2010/05/14 11:34 UTC
Read the original article Hit count: 168

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about sockets

Related posts about c