24-07-2006, 08:46 PM
My only criticism is that, although you are creating a byte array to send, you are still sending in the form of a variant. This really isn't avoidable through the Winsock controls. I'd reccomend switching to the Winsock API so you can change that variant to a byte array and speed things up even more-so. You can also disable Nagling while you're at it this way, too, which will give you at least 100ms less ping. :wink: