Check protocol version and auth token (hard coded for now)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user