Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
Control messages
Berkeley and POSIX sockets support control messages since some time.
Only works for SOCK_DGRAM sockets.
Control messages are passed out of band with datagrams by the kernel.
Sockets API supplies some standard macros to encode them.
Standardized in POSIX/IPv6 API.