mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
Revert "net: downgrade iob priority of input/udp/icmp to avoid blocking devif"
This reverts commit d87620abc9.
This commit is contained in:
parent
4de3387eb2
commit
6222ad5764
8 changed files with 14 additions and 14 deletions
|
|
@ -74,7 +74,7 @@ int netdev_input(FAR struct net_driver_s *dev,
|
|||
|
||||
/* Prepare iob buffer */
|
||||
|
||||
ret = netdev_iob_prepare(dev, true, 0);
|
||||
ret = netdev_iob_prepare(dev, false, 0);
|
||||
if (ret != OK)
|
||||
{
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue