
Change Buffer size with winsock control? How
I repost my question as I haven't receive any response, nor did I find any
answer by looking on the web!
So if anyone got an idea, I would be very grateful!
--
Hi,
How can I change the send and receive buffer size of a winsock control with
a udp protocol?
The default size appears to be only 8192 bytes and I would like to work with
buffer of 30000bytes
Here is the piece of code:
Private Sub udpPeerB_DataArrival(ByVal bytesTotal As Long)
Dim strData As String
udpPeerB.GetData strData
txtReceive.Text = strData
txtRemotePort.Text = udpPeerB.RemotePort
End Sub
I know that the maximun size for a paquet in udp is 64ko,
Any ideas are welcome
Thanks
Eric
--
Remove "NOSPAM" from email address to answer me