Skip to content

tests: add tests for reliable service under packet loss (#63) #2

tests: add tests for reliable service under packet loss (#63)

tests: add tests for reliable service under packet loss (#63) #2

Triggered via push February 8, 2024 17:47
Status Success
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: internal/optional/optional.go#L1
should have a package comment
lint: internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
lint: internal/packetmuxer/service.go#L193
should replace ws.hardResetCount += 1 with ws.hardResetCount++
lint: internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
lint: internal/tun/tun.go#L177
exported method TUN.LocalAddr should have comment or be unexported
lint: internal/tun/tun.go#L131
exported method TUN.Close should have comment or be unexported
lint: internal/tun/tun.go#L187
exported method TUN.SetDeadline should have comment or be unexported
lint: internal/tun/tun.go#L182
exported method TUN.RemoteAddr should have comment or be unexported
lint: internal/tun/tun.go#L198
exported method TUN.SetWriteDeadline should have comment or be unexported
lint: internal/model/packet.go#L24
don't use ALL_CAPS in Go names; use CamelCase