UDP?

Blitz3D Forums/Blitz3D Programming/UDP?

asdfasdf(Posted 2006) [#1]
How do you receive and send messages in UDP? There isn't any functions that allow to send text.


KuRiX(Posted 2006) [#2]
use the stream functions ;)


Wings(Posted 2006) [#3]
and if you are using internet to send/recive the client also must map that port to its own pc. open firewall is not enough.

but in lan.. udp is cool.. try send to 192.160.0.255 if you do you will send data to all 253 nodes in just one burst.