Never drop socket syscalls to ensure we have fdinfo for subsequent binds. SMAGENT-1270#1312
Never drop socket syscalls to ensure we have fdinfo for subsequent binds. SMAGENT-1270#1312
Conversation
…nds. SMAGENT-1270
|
@gianlucaborello, we've encountered some situations where we're missing listening ports from bind() after the socket() calls are dropped. So, we're marking socket as NEVER_DROP here. However, we're not quite sure what the performance implications would be of marking socket calls as NEVER_DROP. |
|
You could probably patch the So, if you also keep Please also notice that I didn't initially write that code, so my opinion might not be too valuable here, and I might be missing something that you're already considering (e.g. actual cost of the userspace dragent process required to create and add the fd to the table, but it seems like you'll want that anyway). |
No description provided.