Commit 2d68953
issue: 4424775 Skip kernel setsockopt() for TCP_ULP
Kernel supports TLS ULP only for a TCP socket in the ESTABLISHED state.
Since the shadow socket cannot be established for an offloaded socket,
we always expect TCP_ULP to fail in kernel. Therefore, don't call it.
Signed-off-by: Dmytro Podgornyi <[email protected]>1 parent 887b2ab commit 2d68953
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3748 | 3748 | | |
3749 | 3749 | | |
3750 | 3750 | | |
| 3751 | + | |
3751 | 3752 | | |
3752 | 3753 | | |
3753 | 3754 | | |
| |||
3777 | 3778 | | |
3778 | 3779 | | |
3779 | 3780 | | |
3780 | | - | |
3781 | | - | |
3782 | 3781 | | |
3783 | 3782 | | |
3784 | 3783 | | |
| |||
0 commit comments