Skip to content

Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).#6125

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test/cl377553466
Jun 7, 2021
Merged

Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).#6125
copybara-service[bot] merged 1 commit intomasterfrom
test/cl377553466

Conversation

@copybara-service
Copy link
Copy Markdown

Remove unsupported syscall event for setsockopt(*, SOL_SOCKET, SO_OOBINLINE).

Netstack behaves as if SO_OOBINLINE is always set, and was logging an
unsupported syscall event if the app tries to disable it. We don't have a real
use case for TCP urgent mechanisms (and RFC6093 says apps SHOULD NOT use it).

This CL keeps the current behavior, but removes the unsupported syscall event.

Fixes #6123

@copybara-service copybara-service bot added the exported Issue was exported automatically label Jun 4, 2021
@google-cla google-cla bot added the cla: yes CLA has been signed label Jun 4, 2021
@copybara-service copybara-service bot force-pushed the test/cl377553466 branch 3 times, most recently from e5712d9 to c097231 Compare June 7, 2021 21:44
…INLINE).

Netstack behaves as if SO_OOBINLINE is always set, and was logging an
unsupported syscall event if the app tries to disable it. We don't have a real
use case for TCP urgent mechanisms (and RFC6093 says apps SHOULD NOT use it).

This CL keeps the current behavior, but removes the unsupported syscall event.

Fixes #6123

PiperOrigin-RevId: 378026059
@copybara-service copybara-service bot merged commit e710ace into master Jun 7, 2021
@copybara-service copybara-service bot deleted the test/cl377553466 branch June 7, 2021 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes CLA has been signed exported Issue was exported automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Huge amount of log lines in Cloud Run Logs when using dig command

1 participant