summaryrefslogtreecommitdiffhomepage
path: root/control/controlbase/conn.go
AgeCommit message (Expand)AuthorFilesLines
2022-03-21control/controlbase: use less memory when idle (remove rxState.buf)Brad Fitzpatrick1-7/+48
2022-03-20control/controlbase: use less memory when idle (remove txState.buf)Brad Fitzpatrick1-7/+18
2022-03-09control/controlbase: make Conn.Write return consumed bytesMaisem Ali1-5/+3
2022-01-17control/controlbase: enable asynchronous client handshaking.David Anderson1-2/+2
2022-01-17control/controlbase: rename from control/noise.David Anderson1-0/+359