6.6 UDP protocol support
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog C-library
library(socket): Network socket (TCP and UDP) library
UDP protocol support
udp_socket/1
udp_receive/4
udp_send/4
Availability:
:- use_module(
library(socket)
).
(can be autoloaded)
udp_socket
(
-Socket
)
Similar to
tcp_socket/1
, but create a socket using the
SOCK_DGRAM
protocol, ready for UDP connections.