UDP Socket strange behaviour... 
Author Message
 UDP Socket strange behaviour...

Hello wizards

I noticed kind of strange behaviour of my UDP socket :

2 applications I wrote were communicating via UDP sockets
  using CAsyncSocket class.

Everything was fine until one of them sent 0 bytes long datagram.

After that, any attempt to send datagrams via that socket was
successful, SendTo returned right value ( number of bytes were sent )
but *no datagram* was delivered to the peer. I declare that because
even OnReceive wasn't called by framework on the remote side.

Please note, I debug these 2 application on the same comp using
localhost address, so no explanations about connection problem
would make sence.

Any ideas?

                      Thanx in advance

                                      Alex Grinman

Sent via Deja.com http://www.*-*-*.com/
Share what you know. Learn what you don't.



Thu, 15 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Strange behaviour with socket programming under Windows 98

2. A Strange problem when handle FILE in UDP communicate

3. Close a UDP socket

4. Q: Writing UDP Socket in C...

5. udp socket

6. UDP Datagram sockets

7. UDP Socket question

8. TCP/UDP sockets in Visual C++.

9. Broadcast over UDP socket

10. UDP socket and InstallShield???

11. Multihreading UDP Socket Server

12. UDP sockets - How to read data?

 

 
Powered by phpBB® Forum Software