tests: add tests for reliable service under packet loss #27
build-refactor.yml
on: pull_request
short-tests
10s
lint
4s
gosec
36s
coverage-threshold
12s
integration
28s
Annotations
10 warnings
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/tun/tun.go#L182
exported method TUN.RemoteAddr should have comment or be unexported
|
lint:
internal/tun/tun.go#L177
exported method TUN.LocalAddr should have comment or be unexported
|
lint:
internal/tun/tun.go#L193
exported method TUN.SetReadDeadline 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#L222
exported method TUN.NetMask should have comment or be unexported
|
lint:
internal/tun/tun.go#L198
exported method TUN.SetWriteDeadline should have comment or be unexported
|
lint:
internal/reliabletransport/constants.go#L8
comment on exported const RELIABLE_RECV_BUFFER_SIZE should be of the form "RELIABLE_RECV_BUFFER_SIZE ..."
|
lint:
internal/reliabletransport/constants.go#L4
comment on exported const RELIABLE_SEND_BUFFER_SIZE should be of the form "RELIABLE_SEND_BUFFER_SIZE ..."
|