Next: Socket management, Previous: Networking and other low level functions, Up: Embedding API [Contents][Index]
Serveez tries to handle all kinds of Internet protocols like TCP
(connection oriented), UDP, ICMP and RAW (packet oriented) and
communication across named pipes (also connection oriented) in the same
way. Therefore it uses a structure called svz_socket_t
which is
the abstraction of any kind of communication endpoint (can be client or
server or both together).