Skip to content

feat: add ability to trace handshake #55

feat: add ability to trace handshake

feat: add ability to trace handshake #55

Triggered via pull request February 11, 2024 19:44
Status Success
Total duration 42s
Artifacts

build-refactor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: internal/tun/tun.go#L130
exported method TUN.Close should have comment or be unexported
lint: internal/packetmuxer/service.go#L199
should replace ws.hardResetCount += 1 with ws.hardResetCount++
lint: internal/tun/tun.go#L181
exported method TUN.RemoteAddr should have comment or be unexported
lint: internal/tun/tun.go#L176
exported method TUN.LocalAddr should have comment or be unexported
lint: internal/tun/tun.go#L192
exported method TUN.SetReadDeadline should have comment or be unexported
lint: internal/tun/tun.go#L186
exported method TUN.SetDeadline should have comment or be unexported
lint: internal/tun/tun.go#L221
exported method TUN.NetMask should have comment or be unexported
lint: internal/tun/tun.go#L197
exported method TUN.SetWriteDeadline should have comment or be unexported
lint: internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
lint: internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."