Skip to content

tests: add tests for reliable service under packet loss #27

tests: add tests for reliable service under packet loss

tests: add tests for reliable service under packet loss #27

Triggered via pull request February 8, 2024 17:38
Status Success
Total duration 44s
Artifacts

build-refactor.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 ..."