Connection level: next up previous contents
Next: Protocol level: Up: Networking Schema Previous: Socket level:   Contents

Connection level:

  1. 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.

  2. SOCKET_CONNECT
    (REPLACES SOCKET_ASSIGNADDR) A socket has connected to an IP address and port and was set to communicate using a specified protocol.

  3. CONNECTION_HANDSHAKE
    A socket has begun in a protocol connection handshake.

  4. CONNECTION_CLOSE
    A socket has closed its connection with the other socket it was connected to.



Yoav Etsion 2007-09-09