lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Driver question


From: Ivan Warren
Subject: [lwip-users] Driver question
Date: Thu, 29 Nov 2018 10:37:48 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

Hi,

I am writing an ethernet driver for my system and I was wondering :

Is there a way to indicate for inbound packets that more than one packet was received ?

Can I cram more than a single frame in a single pbuf, or do I have to split out each packet, put them into pbufs and call netif->input() repeatedly ? (or send a pbuf queue to netif->input() ?)

And would that be advantageous ?

I'm asking because when running iperf, it seems that the TCP layer is acknowledging *EVERY* datagram it receives (wich contain a payload) - which may be superfluous (which *may* be because the TCP stack isn't aware there are more coming !)

Sorry, these are probably newbie questions....

--Ivan


Attachment: smime.p7s
Description: Signature cryptographique S/MIME


reply via email to

[Prev in Thread] Current Thread [Next in Thread]