high performance UDP

B

Boris Buchanan

The Platform SDK TransmitPackets function is said have better performance
than similar WinSock2 functions. TransmitPackets can be used with
connectionless sockets, e.g. UDP, provided a destination has been
established via connect. However TransmitPackets is said to be much better
tuned to WinServer 200X than WinXP.

I'd like to construct an XPe system that is highly efficient at transmitting
UDP packets. Is there a way to capture the higher performance
characteristic of the server? If not, am I still better off using
TransmitPackets as opposed to sendto?

BB
 
J

JStratmann

this sounds interesting. But the documentations says there is a difference
between client and server versions of windows. For an embedded system it
could be also better to have the 'performance' setting. Can I change this
behaviour with some registry settings?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top