These were originally used when LWIP provided poll functions, but these
were moved to posix-event.
Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #26
default y
if LWIP_SOCKET
- config LWIP_SOCKET_SELECT_GENERIC_FDS
- bool "Use select() with any file descriptor type"
- depends on HAVE_LIBC
- default y
- help
- lwip's select() implementation supports only sockets. This
- configuration option makes it possible to use other file descriptor
- types as well, even though they are not supported by lwip.
-
- config LWIP_SOCKET_PPOLL
- bool "Enable ppoll()"
- depends on HAVE_LIBC
- default y
- help
- Enable ppoll() implementation.
-
config LWIP_UDP_RECVMBOX_FACTOR
int "Factor for UDP recvmbox"
depends on LWIP_UDP