hello
im sending UDP packet with speed(100Mbps) so when i tested on my pc 127.0.0.1
not received all packets ,,,,i said may be for buffer size ...i define buffer size as size of packet from 64 to 1500 byte ,,,,,why the all packets can not received??
please help me

you do realize that UDP, unlike TCP is connectionless and only provides a "best effort" delivery on the network. If your application does not take this into account, you may need to use TCP for a connection-oriented session to take place, where TCP will guarantee the tracking and delivery of all packets.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.