
Change Buffer size with winsock control?How
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