Add max frame size to pinecone bindings

This commit is contained in:
Devon Hudson 2023-02-04 06:05:39 -07:00
parent 4ed61740ab
commit cf254ba044
No known key found for this signature in database
GPG Key ID: CD06B18E77F6A628
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ const (
PeerTypeMulticast = pineconeRouter.PeerTypeMulticast
PeerTypeBluetooth = pineconeRouter.PeerTypeBluetooth
PeerTypeBonjour = pineconeRouter.PeerTypeBonjour
MaxFrameSize = types.MaxFrameSize
)
// Re-export Conduit in this package for bindings.