Did you know ...
Search Documentation:
Predicate udp_peer_del/2
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
ext
clib
socket.pl -- Network socket (TCP and UDP) library
time.pl -- Time and alarm library
uid.pl -- User and group management on Unix systems
unix.pl -- Unix specific operations
syslog.pl -- Unix syslog interface
uri.pl -- Process URIs
filesex.pl -- Extended operations on files
memfile.pl
sha.pl -- SHA secure hashes
crypt.pl
uuid.pl -- Universally Unique Identifier (UUID) Library
process.pl -- Create processes and redirect I/O
md5.pl -- MD5 hashes
cgi.pl -- Read CGI parameters
hash_stream.pl -- Maintain a hash on a stream
mallocinfo.pl -- Memory allocation details
prolog_server.pl
prolog_stream.pl -- A stream with Prolog callbacks
rlimit.pl
sched.pl -- Access process scheduling
streaminfo.pl
streampool.pl -- Input multiplexing
udp_broadcast.pl -- A UDP broadcast proxy
udp_broadcast_close/1
udp_broadcast_initialize/2
udp_peer_add/2
udp_peer_del/2
udp_peer/2
udp_term_string_hook/3
udp_unicast_join_hook/3
udp_peer_add
(+Scope, +Address)
is
det
udp_peer_del
(+Scope, ?Address)
is
det
udp_peer
(?Scope, ?Address)
is
nondet
Manage and query the set of known peers for a unicast network.
Address
is either a term IP:Port or a plain IP address. In the latter case the default port registered with the scope is used.
Arguments:
Address
- has canonical form
ip(A,B,C,D)
:Port.