1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-15 13:36:43 +00:00

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

View File

@ -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.