BNetEx sending packets

BlitzMax Forums/BlitzMax Programming/BNetEx sending packets

Volker(Posted 2009) [#1]
I have a problem with the BNetEx mod by vertex.

Sending and receiving lines (strings) works fine.
I want to send packets over the stream, but that works only if I
set a delay between sending them. Else most of the packets
just dissapear (only 2 packets get through).
I've modified the examples to show it.
To start change the ip, start the server and then the client.

tcpserver.bmx:

tcpclient.bmx