mirror of
https://github.com/PretendoNetwork/nex-go.git
synced 2025-04-02 11:02:14 -04:00
prudp: update enum godoc comments
This commit is contained in:
parent
3f3d8da0ba
commit
6ddc9bdf46
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
package nex
|
||||
|
||||
// ConnectionState is an implementation of nn::nex::EndPoint::_ConnectionState.
|
||||
// ConnectionState is an implementation of the nn::nex::EndPoint::_ConnectionState enum.
|
||||
//
|
||||
// The state represents a PRUDP clients connection state. The original Rendez-Vous
|
||||
// library supports states 0-6, though NEX only supports 0-4. The remaining 2 are
|
||||
|
|
|
@ -2,7 +2,8 @@ package nex
|
|||
|
||||
// TODO - Should this be moved to the types module?
|
||||
|
||||
// StreamType is an implementation of rdv::Stream::Type.
|
||||
// StreamType is an implementation of the rdv::Stream::Type enum.
|
||||
//
|
||||
// StreamType is used to create VirtualPorts used in PRUDP virtual
|
||||
// connections. Each stream may be one of these types, and each stream
|
||||
// has it's own state.
|
||||
|
|
Loading…
Add table
Reference in a new issue