TOS byte on port forwarding-only connections

Matt Johnston matt at ucc.asn.au
Wed Jul 16 23:18:31 WST 2014


> On 14 July 2014 2:56:17 am AWST, Catalin Patulea <cat at vv.carleton.ca> wrote:
> >Ok, so if I'm understanding correctly, the invariant would be something
> >like:
> >
> >if (connecting || ptys) tos = LOWDELAY;
> >else if (tcp_forwards) tos = 0;
> >else tos = BULK;

I've implemented this in
https://secure.ucc.asn.au/hg/dropbear/rev/5daedffd0769

I'm hoping to get a new release out in the next week or so.

After that release I'll merge the PAM branch
https://secure.ucc.asn.au/hg/dropbear/shortlog/bae0b34bc059
which should provide full PAM module support. Two factor
auth modules should work, and locale/environment setup. It's
ready for testing now.

Cheers,
Matt


More information about the Dropbear mailing list