Quote Originally Posted by Ben321 View Post
When I send data from my client with 2 successive send operations I want it to send 2 distinct packets, such that on the receiving end, it will perfrom the DataArrival event twice, once for each packet.
This really begs the question; Why ?

If you really need to do this then the API route is the only one available to you (I believe). The handle is not the same as the socket descriptor.