Next: Protocol level:
Up: Networking Schema
Previous: Socket level:
Contents
- SOCKET_BIND
(REPLACES SOCKET_ASSIGNADDR) A socket has been bound to an IP address and
port and was set to communicate using a specified protocol.
- SOCKET_CONNECT
(REPLACES SOCKET_ASSIGNADDR) A socket has connected to an IP address and
port and was set to communicate using a specified protocol.
- CONNECTION_HANDSHAKE
A socket has begun in a protocol connection handshake.
- CONNECTION_CLOSE
A socket has closed its connection with the other socket it was connected to.
Yoav Etsion
2007-09-09