Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
6.4 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.
ClioPatria
(version
V3.1.1-21-gb8003bb
)