Alexandre Ferrieux

Results 6 issues of Alexandre Ferrieux

This PR solves the responsibility issue mentioned in #2975 between `libcurl` and `curl` by exposing an option, `CURLOPT_MAY_LEAK`, that curl then sets to 1, in order to tell `libcurl` to...

next-feature-window
name lookup
libcurl API

The issue #2975 has been marked as "stale" and "resolved" out of lack of activity. Still, this is an awful wart in the face of Curl, just violating its own...

known-issue
duplicate
name lookup

VLAN support in SLL was acceptable, if not perfect: single tags were properly handled, while multiple (nested) tags weren't. In SLL2, even single tags are completely botched: for the parent...

BPF related
Linux VLAN

Hello, Simply running af_xdp_user on an updated Stretch (4.19.0-5-amd64): # grep XDP /boot/config-4.19.0-5-amd64 CONFIG_XDP_SOCKETS=y # ./af_xdp_user -d eth20 ERROR: Can't create umem "Cannot allocate memory" A bit of gdb shows...

The list of networks (feg and feg_lte) shown by the toplevel "Manage Networks" view of NMS, **never shows new networks** created by Swagger. To reproduce: - Start the NMS on...

type: bug

On modern Linux, eBPF is available to do advanced filtering. In some circumstances, the extra muscle brought by filtering early and in-kernel in zero-copy mode is critical. One such use...