João Meira
João Meira
Adds a new plugin operation that allows to read a configuration file. It receives the filename of the configuration file, a parser function and an extra argument that is passed...
Hello, What is exactly the purpose of the priority in the plugins? By looking at the source code, more precisely at `lib/plugins.c`, the only thing it seems to be used...
Hello, considering that `mptcpd` uses `ell` shouldn't it also handle the `SIGABRT` signal, since `ell`, for example, calls `abort()` when an allocation fails?
Hello, Currently `mptcpd` does not notify nor allows to notify plugins about network interfaces received in the initial dump, so if a plugin needs to initialize something or take some...
I think it would be nice if mptcpd provided a function for plugins to load their configuration from a file. Currently if a plugin needs some kind of configuration the...