Check protocol version and auth token (hard coded for now)

This commit is contained in:
2022-01-15 23:35:58 +10:30
parent f98609d48d
commit e36d5573ff
3 changed files with 19 additions and 6 deletions

View File

@@ -112,6 +112,7 @@ func BenchmarkPPS(b *testing.B) {
out := make([]byte, 16384)
n, err := dstSecConn.Read(out)
if err != nil {
b.Errorf("got error %v", err)
}