Skip to content

Shadow warnings #3176

Answered by stevenengler
jtracey asked this question in Q&A
Sep 26, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

[legacy_tcp.rs:1247] [shadow_rs::host::descriptor::socket::inet::legacy_tcp] setsockopt called with unsupported level 6 and opt 31

This is SOL_TCP and TCP_ULP. It's probably being used for in-kernel TLS. Hopefully the application has a fallback TLS implementation (it probably does if it's not failing). I don't know much about the TLS ULP, but if you can verify TLS is still working then it's probably fine. Do you know what application or library is triggering this warning?

[unix.rs:2211] [shadow_rs::host::descriptor::socket::unix] Unix sockets with pathname addresses are not yet supported

This is probably due to hostname lookups. I don't remember the exact code path, but something in l…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jtracey
Comment options

@stevenengler
Comment options

Answer selected by jtracey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants