specify buffer on pex

This commit is contained in:
tycho garen
2021-06-22 13:21:25 -04:00
parent 8afa250f8d
commit a8fcc919e0

View File

@@ -50,8 +50,8 @@ func ChannelDescriptor() conn.ChannelDescriptor {
Priority: 1,
SendQueueCapacity: 10,
RecvMessageCapacity: maxMsgSize,
MaxSendBytes: 200,
RecvBufferCapacity: 128,
MaxSendBytes: 200,
}
}