tests: add tests for reliable service under packet loss (#63) #2
build-refactor.yml
on: push
short-tests
30s
lint
9s
gosec
38s
coverage-threshold
28s
integration
42s
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
|