Xiang Xiao
|
1ecc33b7db
|
mm/iob: Miscellaneous changes and fixes from code review.
|
2019-01-26 09:56:27 -06:00 |
Gregory Nutt
|
dec7ecbd56
|
net/tcp/tcp_recvwindow.c: In order to receive data we must not only have IOBs available, but we must also have at least one IOB chain qentry available. Otherwise, we will advertise that we an buffer a lot of data when, in fact, we cannot. This is an expermental fix to a performance problem noted by Masayuki Ishikawa.
|
2018-09-22 09:33:29 -06:00 |
Gregory Nutt
|
76eec53e4f
|
mm/iob: iob_navail() was returning the number of free IOB chain queue entries, not the number of free IOBs. Completely misnamed.
|
2018-09-12 06:40:18 -06:00 |
Juha Niskanen
|
044d538da3
|
Fix some errors found during upstream merge
|
2018-06-28 07:06:57 -06:00 |
Gregory Nutt
|
0786b5d053
|
net/tcp: Re-think CONFIG_NET_TCP_RWND_CONTROL TCP windowing controls.
|
2018-06-24 14:46:12 -06:00 |