bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: optimizing af_alg


From: Bruno Haible
Subject: Re: optimizing af_alg
Date: Tue, 08 May 2018 02:59:41 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

Matteo Croce wrote:
> Obviously it works only if you always use the same algo and with a
> single thread

Why only in a single thread? Can't you do

     socket(AF_ALG, SOCK_SEQPACKET, 0) = 3
     bind(3, {sa_family=AF_ALG, sa_data="hash\0... sha1\0..."}, 88) = 0
     accept(3, NULL, NULL)     = 4
     accept(3, NULL, NULL)     = 5

and then work on fd 4 and fd 5 simultaneously, in different threads?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]