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

Method GetReceiveStreamID

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

Source from the content-addressed store, hash-verified

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); };
102 uint8_t GetNACKCount () const { return buf[16]; };

Callers 1

HandleNextPacketMethod · 0.80

Calls 1

bufbe32tohFunction · 0.85

Tested by

no test coverage detected