SAMv3: bug corrected: sending datagrams through the datagram session socket works (like in v1 and v2)

This commit is contained in:
mkvore-commit
2009-05-08 14:33:03 +00:00
parent 30b73ffe6d
commit ef737415c5
4 changed files with 31 additions and 21 deletions

View File

@@ -297,6 +297,8 @@ address (leaving up to 1KB for header material). This FROM address
is authenticated internally by SAM (making use of the destination's
signing key to verify the source) and includes replay prevention.
** First method :
After establishing a SAM session with STYLE=DATAGRAM, the client can
send datagrams through SAM's UDP port (7655).
@@ -314,6 +316,12 @@ following format :
The first line will be discarded by SAM before sending the remaining
of the message to the specified destination.
** Second method :
Datagrams can also be sent through the socket from which the datagram
session was opened. See the "DATAGRAM SEND" command of SAM versions 1
and 2.
----------------------------------------------------------------------
SAM repliable datagrams : receiving a datagram
----------------------------------------------------------------------