Page MenuHome GnuPG

Use poll for libgcrypt (support more than 1024 fds)
Closed, ResolvedPublic

Description

Using poll (instead of select), we can use fd > 1024.

In libgcrypt, it is only used for random number generator.