Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmit Queue for TCP #26

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

fix RingBuffers return type

255f08d
Select commit
Loading
Failed to load commit list.
Open

Transmit Queue for TCP #26

fix RingBuffers return type
255f08d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 28, 2024 in 0s

51.57% of diff hit (target 45.99%)

View this Pull Request on Codecov

51.57% of diff hit (target 45.99%)

Annotations

Check warning on line 50 in internal/ringbuffer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ringbuffer.go#L48-L50

Added lines #L48 - L50 were not covered by tests

Check warning on line 62 in internal/ringbuffer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ringbuffer.go#L52-L62

Added lines #L52 - L62 were not covered by tests

Check warning on line 64 in internal/ringbuffer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/ringbuffer.go#L64

Added line #L64 was not covered by tests

Check warning on line 12 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L10-L12

Added lines #L10 - L12 were not covered by tests

Check warning on line 17 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L14-L17

Added lines #L14 - L17 were not covered by tests

Check warning on line 51 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 57 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L55-L57

Added lines #L55 - L57 were not covered by tests

Check warning on line 68 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L61-L68

Added lines #L61 - L68 were not covered by tests

Check warning on line 77 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L73-L77

Added lines #L73 - L77 were not covered by tests

Check warning on line 92 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L79-L92

Added lines #L79 - L92 were not covered by tests

Check warning on line 98 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 106 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L101-L106

Added lines #L101 - L106 were not covered by tests

Check warning on line 118 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L110-L118

Added lines #L110 - L118 were not covered by tests

Check warning on line 121 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 123 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L123

Added line #L123 was not covered by tests

Check warning on line 125 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L125

Added line #L125 was not covered by tests

Check warning on line 129 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L128-L129

Added lines #L128 - L129 were not covered by tests

Check warning on line 138 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L132-L138

Added lines #L132 - L138 were not covered by tests

Check warning on line 142 in ring.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ring.go#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 541 in stacks/tcpconn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

stacks/tcpconn.go#L537-L541

Added lines #L537 - L541 were not covered by tests