mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
f4d3231034
commit
76ac94f4f2
@@ -82,7 +82,7 @@ class Lwip::Nic_netif
|
||||
BUF_SIZE = 128 * PACKET_SIZE,
|
||||
};
|
||||
|
||||
Genode::Tslab<struct Nic_netif_pbuf, 128> _pbuf_alloc;
|
||||
Genode::Tslab<Nic_netif_pbuf, 128*sizeof(Nic_netif_pbuf)> _pbuf_alloc;
|
||||
|
||||
Nic::Packet_allocator _nic_tx_alloc;
|
||||
Nic::Connection _nic;
|
||||
|
||||
Reference in New Issue
Block a user