mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user