-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf_metadata: set TCP keep alive socket options without Envoy SocketO…
…ption [ upstream commit 090af04 ] PR #1115 unintentionally changed that the keep alive socket options are no longer applied on the accepted downstream socket, instead (due to the usage of Envoy SocketOption) they are now applied on the corresponding upstream socket. This commit is reverting this change and adds some helping comments to the code. Signed-off-by: Marco Hofstetter <[email protected]>
- Loading branch information
1 parent
95a6583
commit 08fc488
Showing
1 changed file
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters