Ossama Othman
Ossama Othman
Strange. I tested on both Ubuntu 21.10 and Fedora with gcc 11.2 and the latest ELL with no problem. I'll keep digging.
Are you configuring mptcpd in a specific way or just running `configure` without any command line options or variable tweaks?
I'm still having a hard time reproducing the C++ build error you're running into. For example, the build against the ELL master branch I added in PR #222 works fine....
Okay, I see. Do `` and `` need to be included in ``? Generally, we try to avoid directly or indirectly including ELL headers in the `` _public_ headers. Furthermore,...
Code coverage in the `sspi` plugin still isn't good since much of the `sspi` code requires network interfaces with the test addresses to be set up, similar to what is...
This problem used to be caused by a problem in ELL that prevented `l_debug()` from working in dynamically linked code as discussed in the "[Debug logging with ELL](https://lists.01.org/hyperkitty/list/[email protected]/thread/5GEWRWOJXJAFEEHOJIKHVBSEOR5P3DPJ/#C4PNTPMJUHAFRBQZ5G6Z5W34KWTOFFRY)" thread on...
That's correct. The plugin priority feature was based on the (removed) ELL plugin API.
Can you provide some more context?
Would the goal be to `abort()` gracefully? As far as I know, the abort can only be prevented if the `SIGABRT` handler doesn't return, but if it doesn't return mptcpd...