Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jun 22, 2005
1 parent ca27181 commit c318a7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/MarshalingFormat.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Author: Bela Ban
// $Id: MarshalingFormat.txt,v 1.1 2005/06/22 16:26:26 belaban Exp $
// $Id: MarshalingFormat.txt,v 1.2 2005/06/22 16:38:30 belaban Exp $


Binary format for marshalled messages
Expand Down Expand Up @@ -39,4 +39,7 @@ Notes:

- In most cases, we don't need to send the dest address, because the sender knows whether the message
was received on the unicast or multicast socket, and can thus set the dest address in an incoming
message to its own local address, or multicast address
message to its own local address, or multicast address

- This is currently as used by UDP. Once we move to Transport (e.g. including TCP), this needs to be
revisited. Currently (2.2.8), TCP uses externalization, *not* Streamable.

0 comments on commit c318a7f

Please sign in to comment.