Stefan Sperling writes:
> On Tue, Jan 31, 2017 at 07:10:04AM +0200, Timo Myyrä wrote:
>> 11g: Client->AP: ~15Mbps, AP->Client: ~5Mbps
>> 11n: Client->AP: ~3Mbps, AP->Client: ~5Mbps
>
> I just committed a change which makes RTS optional in 11n mode.
> The AP starts out with RTS enabled. Every 30 s
fat fingers... resolver(3), not resolver(8)
Index: 61.html
===
RCS file: /cvs/www/61.html,v
retrieving revision 1.10
diff -u -p -r1.10 61.html
--- 61.html 5 Mar 2017 15:39:51 - 1.10
+++ 61.html 5 Mar 2017 23:11:05 -
Index: 61.html
===
RCS file: /cvs/www/61.html,v
retrieving revision 1.10
diff -u -p -r1.10 61.html
--- 61.html 5 Mar 2017 15:39:51 - 1.10
+++ 61.html 5 Mar 2017 23:11:05 -
@@ -98,6 +98,8 @@ to 6.1.
http://man
> Date: Sun, 5 Mar 2017 13:05:24 +0100
> From: Patrick Wildt
>
> On Sun, Mar 05, 2017 at 12:33:57PM +0100, Mark Kettenis wrote:
> > Diff below makes the console on the odroid-xu4 actually work. I don't
> > completely understand the current code. It doesn't check whether a
> > character can be w
> I wanted to wait longer when creating new keys so here is a simple
> diff to add an argument to be able to set rounds to something larger
> than a hardcoded 42.
If you want it to take longer why not
sleep 5 && signify ...
Gabriel Kihlman wrote:
>
> I wanted to wait longer when creating new keys so here is a simple
> diff to add an argument to be able to set rounds to something larger
> than a hardcoded 42.
>
> Below that it is another diff instead using a copy (slightly modified)
> of_bcrypt_autorounds() from libc
Gabriel Kihlman writes:
> I wanted to wait longer when creating new keys so here is a simple
> diff to add an argument to be able to set rounds to something larger
> than a hardcoded 42.
..and this time calling errx with the errstr from strtonum as one should.
Index: signify.c
=
I wanted to wait longer when creating new keys so here is a simple
diff to add an argument to be able to set rounds to something larger
than a hardcoded 42.
Below that it is another diff instead using a copy (slightly modified)
of_bcrypt_autorounds() from libc (only ifndef VERIFYONLY).
Index: si
On Sun, Mar 05, 2017 at 12:33:57PM +0100, Mark Kettenis wrote:
> Diff below makes the console on the odroid-xu4 actually work. I don't
> completely understand the current code. It doesn't check whether a
> character can be written before doing so. Instead it tries to make
> sure the transmission
Diff below makes the console on the odroid-xu4 actually work. I don't
completely understand the current code. It doesn't check whether a
character can be written before doing so. Instead it tries to make
sure the transmission of the character completes. But that seems to
fail, possibly because
On Fri, Mar 03, 2017 at 08:16:43AM +0100, Martin Pieuchot wrote:
> On 03/03/17(Fri) 01:40, Alexander Bluhm wrote:
> > On Thu, Mar 02, 2017 at 10:55:41AM +0100, Martin Pieuchot wrote:
> > > Actually the malloc(9) could be converted to M_WAIT like the one in
> > > rt_report() that claudio@ commented
On Tue, Feb 28, 2017 at 10:37:42AM +0100, Claudio Jeker wrote:
> On Tue, Feb 28, 2017 at 10:33:53AM +0100, Martin Pieuchot wrote:
> > On 28/02/17(Tue) 07:15, Claudio Jeker wrote:
> > > On Mon, Feb 27, 2017 at 10:22:03PM +0100, Alexander Bluhm wrote:
> > > [...]
> > > > > +int
> > > > > +pfkey_atta
12 matches
Mail list logo