forces-1----Page:20
1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32 

CONNECTIONS
Establishment based on functional addressing
Selectable lookup algorithm, partitioning, redundancy etc
No protocol messages exchanged during setup/shutdown
Only payload carrying messages
Traditional TCP-style connection setup/shutdown as alternative
End-to-end flow control
SOCK_SEQPACKET
SOCK_STREAM
SOCK_RDM for connectionless and multicast
SOCK_DGRAM can easily be added if needed
Same with “Unreliable SOCK_SEQPACKET”

PPT Version