MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / GetSendStreamID

Method GetSendStreamID

libi2pd/Streaming.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 size_t GetLength () const { return len > offset ? len - offset : 0; };
97
98 uint32_t GetSendStreamID () const { return bufbe32toh (buf); };
99 uint32_t GetReceiveStreamID () const { return bufbe32toh (buf + 4); };
100 uint32_t GetSeqn () const { return bufbe32toh (buf + 8); };
101 uint32_t GetAckThrough () const { return bufbe32toh (buf + 12); };

Callers 3

HandleNextPacketMethod · 0.45
DeleteStreamMethod · 0.45

Calls 1

bufbe32tohFunction · 0.85

Tested by

no test coverage detected