Has anyone looked at implementing the Avaya Reliable Session Protocol, otherwise known as 'Session Protocol on TCP/IP Sockets'?
It's a layer 5 session protocol designed to send reliable line oriented data, specially telephone call data records, without data loss and without duplication. The protocol has 'session protocol data units' SPDU, containing either data or control information, with all data acknowledged and resent if a session fails. This all overcomes the TCP stream limitation that when a connection fails, you have no idea how much data was received at the other end. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
