update comment for protocol in proxy/webRTCConn

This commit is contained in:
Shelikhoo 2024-09-19 12:31:37 +01:00 committed by WofWca
parent de9fede4ac
commit 0d3b5f02b0

View file

@ -42,6 +42,9 @@ type webRTCConn struct {
bytesLogger bytesLogger bytesLogger bytesLogger
// protocol reflect the protocol field in the channel opening
// message of Data Channel Establishment Protocol.
// In snowflake it is used to transmit connection metadata.
protocol string protocol string
} }