diff --git a/pkg/core/protocol.go b/pkg/core/protocol.go index 17a0b57..df53e9e 100644 --- a/pkg/core/protocol.go +++ b/pkg/core/protocol.go @@ -27,8 +27,8 @@ type clientHello struct { const ( serverHelloStatusFailed = uint8(0) - serverHelloStatusOK = uint8(1) - serverHelloStatusTCPOnly = uint8(2) + serverHelloStatusTCPOnly = uint8(1) + serverHelloStatusOK = uint8(2) ) type serverHello struct {