tests for both dual and single peer connection

This commit is contained in:
boks1971
2025-08-15 16:30:42 +05:30
parent 7183dcaad3
commit 8aaac9b397
9 changed files with 1389 additions and 1242 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ package types
type ProtocolVersion int
const CurrentProtocol = 16
const CurrentProtocol = 17
const MaxProtocolDualPeerConnection = 16
func (v ProtocolVersion) SupportsPackedStreamId() bool {
return v > 0