
Protocols enumerations
Determines which protocol(s) can be used for connection between two devP2P instances.
Remarks
Possible values for Protocols:
Constant | Value | Description |
---|---|---|
ProtoTCP | 1 | Use TCP for transport protocol. |
ProtoUDP | 2 | Use UDP for transport protocol. |
ProtoBoth | 3 | Use both TCP and UDP for transport protocol. |
Platforms
WindowsMac OSX
Linux
BSD