I am looking at this typical situation: the VPN app creates and sets up
tap0 interface meant to be the new default route.
Then it calls this command:
> echo "
> nameserver
> domain
> " | resolvconf -a tap0
Problem:
/etc/resolv.conf now looks like this:
> nameserver
> nameserver
The old DNS se
Hello,
At the moment, bpf.h defines struct bpf_if differently depending on
whether BPF_INTERNAL is #defined. This causes problems with CTF, as it
results in a sort of bifurcation within the type graph: CTF sees two
different struct bpf_ifs, and so every struct/union containing a struct
bpf_if is d
On Sat, Apr 18, 2015 at 09:59:01AM +0300, Karlis Laivins wrote:
> Hello,
>
> I have read an interesting publication about a proposed modification of TCP
> Congestion Control algorithm that would allow to improve it (the CC) by
> dynamic bandwidth estimation. The idea seems so interesting that I wo