mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Add max frame size to pinecone bindings
This commit is contained in:
parent
4ed61740ab
commit
cf254ba044
@ -46,6 +46,8 @@ const (
|
|||||||
PeerTypeMulticast = pineconeRouter.PeerTypeMulticast
|
PeerTypeMulticast = pineconeRouter.PeerTypeMulticast
|
||||||
PeerTypeBluetooth = pineconeRouter.PeerTypeBluetooth
|
PeerTypeBluetooth = pineconeRouter.PeerTypeBluetooth
|
||||||
PeerTypeBonjour = pineconeRouter.PeerTypeBonjour
|
PeerTypeBonjour = pineconeRouter.PeerTypeBonjour
|
||||||
|
|
||||||
|
MaxFrameSize = types.MaxFrameSize
|
||||||
)
|
)
|
||||||
|
|
||||||
// Re-export Conduit in this package for bindings.
|
// Re-export Conduit in this package for bindings.
|
||||||
|
Loading…
Reference in New Issue
Block a user