Displaying 3 results from an estimated 3 matches for "maxiumum".
Did you mean:
maximum
2017 Sep 21
5
DH Group Exchange Fallback
Hi,
I'm interested in requiring a minimum of 3072-bit DH moduli when
using the "diffie-hellman-group-exchange-sha256" kex, so I edited my
/etc/ssh/moduli file such that only 3071+ moduli are left. However,
when clients ask for a max of 2048-bit moduli, they actually get one
(!). I poked around and found that a fallback mechanism exists
(dh.c:185), which returns back the
2002 May 02
0
Administrivia
You have probably noticed the steady stream of Outlook viruses that
have been appearing on the mailing list.
To stem this flow somewhat, I have reduced the maxiumum message size of
the list back to 40kb - most of these viruses create messages greater than
100kb.
If you have large patches or logs, please post them on a website somewhere
and send a URL.
Apologies for any hassle that this creates for anyone.
Regards,
Damien Miller
2003 Jan 06
1
strange htb behaviour
...htb r2q 100 default 3
tc class add dev eth0 parent 2:0 classid 2:1 htb rate 128kbit ceil
256kbit quantum 1500 burst 30k cburst 50k
tc class add dev eth0 parent 2:1 classid 2:3 htb rate 1bps ceil 256kbit
prio 3 quantum 1500
tc qdisc add dev eth0 parent 2:3 handle 3:0 sfq
# then a class for acks , maxiumum prio, but shouldnt eat up more than
1/3 of bw)
tc class add dev eth0 parent 2:1 classid 2:4 htb rate 12kbit ceil
85kbit prio 0 quantum 1500 burst 5k
tc qdisc add dev eth0 parent 2:4 handle 4:0 sfq
tc filter add dev eth0 parent 2:0 protocol ip prio 0 handle 0x1869f fw
classid 2:4
# and a class for...