Skip to content

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

tests: add tests for reliable service under packet loss

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

Triggered via pull request February 7, 2024 19:06
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/optional/optional.go#L1
should have a package comment
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/model/packet.go#L338
exported const DirectionIncoming should have comment (or a comment on this block) or be unexported
lint: internal/controlchannel/controlchannel.go#L1
should have a package comment
lint: internal/model/packet.go#L25
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/model/packet.go#L24
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/model/packet.go#L26
don't use ALL_CAPS in Go names; use CamelCase
lint: internal/model/packet.go#L27
don't use ALL_CAPS in Go names; use CamelCase