message-size-increase #3
18
metadapta.go
18
metadapta.go
@ -10,6 +10,7 @@ import "git.tebibyte.media/sashakoshka/go-util/sync"
|
|||||||
const closeMethod = 0xFFFF
|
const closeMethod = 0xFFFF
|
||||||
const int64Max = int64((^uint64(0)) >> 1)
|
const int64Max = int64((^uint64(0)) >> 1)
|
||||||
|
|
||||||
|
|
||||||
// Party represents a side of a connection.
|
// Party represents a side of a connection.
|
||||||
type Party bool; const (
|
type Party bool; const (
|
||||||
ServerSide Party = false
|
ServerSide Party = false
|
||||||