Re: [Babel-users] how to set the pacing rate

2018-12-04 Thread Christof Schulze
Juliusz, I'd need to read up on data structures, as I don't currently understand the tradeoffs between binary heaps and timer wheels. (Same goes for dealing with resends. And Christof suggested that we should modify the main event loop in babeld to use a proper data structure.) * Implement

Re: [Babel-users] how to set the pacing rate

2018-11-12 Thread Dave Taht
On Mon, Nov 12, 2018 at 12:49 PM Dave Taht wrote: > > Juliusz Chroboczek writes: > > +rc = setsockopt(s, SOL_SOCKET, SO_MAX_PACING_RATE, , > sizeof(rate)); > > > >>> It's only effective on TCP sockets, and only when using the FQ scheduler. > > > >> I am under the impression that

Re: [Babel-users] how to set the pacing rate

2018-11-12 Thread Juliusz Chroboczek
> +rc = setsockopt(s, SOL_SOCKET, SO_MAX_PACING_RATE, , sizeof(rate)); It's only effective on TCP sockets, and only when using the FQ scheduler. -- Juliusz ___ Babel-users mailing list Babel-users@alioth-lists.debian.net