1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00
2024-03-27 10:28:12 +01:00

16 lines
541 B
Plaintext

menu "packet queues for GNRC network interface"
depends on USEMODULE_GNRC_NETIF_PKTQ
config GNRC_NETIF_PKTQ_POOL_SIZE
int "Packet queue pool size for all network interfaces"
default 16
config GNRC_NETIF_PKTQ_TIMER_US
int "Time in microseconds for when to try to send a queued packet at the latest"
default 5000
help
Set to -1 to deactivate dequeuing by timer. For this it has to be ensured
that none of the notifications by the driver are missed!
endmenu # packet queues for GNRC network interface