Did you know ...
Search Documentation:
Predicate tipc_connect/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
tipc
tipc
tipc.pl -- TIPC Sockets
tipc_socket/2
tipc_close_socket/1
tipc_open_socket/3
tipc_bind/3
tipc_listen/2
tipc_accept/3
tipc_connect/2
tipc_get_name/2
tipc_get_peer_name/2
tipc_setopt/2
tipc_receive/4
tipc_send/4
tipc_canonical_address/2
tipc_service_exists/2
tipc_service_exists/1
tipc_service_probe/1
tipc_service_probe/2
tipc_service_port_monitor/2
tipc_service_port_monitor/3
tipc_initialize/0
tipc_broadcast.pl -- A TIPC Broadcast Bridge
tipc_linda.pl -- A Process Communication Interface
tipc_paxos.pl -- Paxos on TIPC
tipc_connect
(+Socket, +TIPC_address)
is
det
Provides a connection-oriented, client-interface to connect a socket to a given
TIPC_address
. After successful completion,
tipc_open_socket/3
may be used to create I/O-Streams to the remote socket.