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

feat: support multiple network addresses binding #578

Merged
merged 7 commits into from
Apr 21, 2024

bug: fix the SO_REUSEPORT issue with Unix sockets

a746776
Select commit
Loading
Failed to load commit list.
Merged

feat: support multiple network addresses binding #578

bug: fix the SO_REUSEPORT issue with Unix sockets
a746776
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 21, 2024 in 0s

85.46% of diff hit (target 78.72%)

View this Pull Request on Codecov

85.46% of diff hit (target 78.72%)

Annotations

Check warning on line 40 in acceptor_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

acceptor_windows.go#L40

Added line #L40 was not covered by tests

Check warning on line 82 in acceptor_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

acceptor_windows.go#L82

Added line #L82 was not covered by tests

Check warning on line 100 in engine_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine_unix.go#L100

Added line #L100 was not covered by tests

Check warning on line 107 in engine_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine_unix.go#L107

Added line #L107 was not covered by tests

Check warning on line 118 in engine_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine_unix.go#L118

Added line #L118 was not covered by tests

Check warning on line 169 in engine_unix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

engine_unix.go#L169

Added line #L169 was not covered by tests

Check warning on line 482 in gnet.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnet.go#L482

Added line #L482 was not covered by tests

Check warning on line 486 in gnet.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnet.go#L486

Added line #L486 was not covered by tests

Check warning on line 527 in gnet.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnet.go#L527

Added line #L527 was not covered by tests

Check warning on line 42 in listener_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

listener_windows.go#L42

Added line #L42 was not covered by tests

Check warning on line 56 in listener_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

listener_windows.go#L56

Added line #L56 was not covered by tests

Check warning on line 60 in listener_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

listener_windows.go#L60

Added line #L60 was not covered by tests

Check warning on line 77 in listener_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

listener_windows.go#L77

Added line #L77 was not covered by tests

Check warning on line 80 in listener_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

listener_windows.go#L80

Added line #L80 was not covered by tests