lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Slow down the TCP/IP packet generation rate in LWIP sta


From: address@hidden
Subject: Re: [lwip-users] Slow down the TCP/IP packet generation rate in LWIP stack
Date: Mon, 8 May 2017 21:51:38 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

shruthi:
Can the rate of packet generation of the stack be controlled?

No. TCP will always send as much as it may. This is only limited by the sender window, congestion control and available memory. You'd have to limit that on your own (or reduce your processor's speed :-)

Simon



reply via email to

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