| Dart Home | PowerTCP Winsock for ActiveX | Custom Development | Reply | PowerTCP Winsock for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Winsock for ActiveX Topic: Lost Packets |
| rklenotiz From: Rochester, NY USA Posts: 19 Member Since: 08/08/03 |
posted August 29, 2003 1:26 PM Hi, am using UDP controls to send packets of data between 2 programs. What happens: SENDER calls the .send method multiple times to send multiple packets. I confirm the SEND event fires and prior to that the bytes are accepted. However, the receiver doesn't always receive every packet. Is this normal? If yes, where do the stray packets go? No error is generated on either end. Thanks and Happy Labor Day Weekend! |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted August 29, 2003 1:33 PM Yes. That's normal. UDP does not have a built in acknowledgement system. If you want guaranteed delivery use TCP or write your own acknowledgement system. |
| Reply | PowerTCP Winsock for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|