Base Module (C++ Implementation)¶
C++ implementation of some base functions
-
class
py2p.cbase.flags¶ Storage container for protocol level flags
Note
This is not actually a class, it just makes it formatted much neater to treat it as such. In the C++ implementation this is a module. You should not need to import it.
Main flags:
Sub-flags:
-
broadcast
-
-
compression¶
-
-
whisper
-
-
handshake¶
-
-
ping
-
-
pong
-
-
notify¶
-
-
peers¶
-
-
request¶
-
-
resend¶
-
-
response¶
-
-
store¶
-
-
retrieve¶
-
C++-planned compression methods:
Other implementations’ and/or planned compression methods:
-
py2p.cbase.InternalMessage¶ alias of
pathfinding_message