You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

SRP 'Version 1' is the protocol implemented by the legacy software driver 'MultDestUdp.cpp' (Herbst), a predecessor to 'MultDestUdpV2.cpp'. It is very similar to 'Version 2' (AKA 'Version 0') with the following differences:

  1. An extra 32-bit word precedes the V2 header. The 8 most-significant bits carry a (software) configurable number (contact R. Herbst for information regarding the semantics of this number), the lowermost 24 bits are zero.
  2. The entire message (including extra word, V2 header + footer as well as the payload) is byte-swapped on 32-bit boundaries to network byte order.

 

  • No labels