Handshake negotiation functioning
This commit is contained in:
parent
a4cc0a30fa
commit
1e620427bd
10 changed files with 512 additions and 82 deletions
|
|
@ -17,5 +17,9 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
QueueOutboundSize = 1024
|
||||
QueueOutboundSize = 1024
|
||||
QueueInboundSize = 1024
|
||||
QueueHandshakeSize = 1024
|
||||
QueueHandshakeBusySize = QueueHandshakeSize / 8
|
||||
MinMessageSize = MessageTransportSize
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue