Re: [PATCH v10 00/13] net: tcp: improve tcp support

2024-10-10 Thread Simon Glass
Hi Mikhail, On Wed, 9 Oct 2024 at 02:21, Mikhail Kshevetskiy wrote: > > Will try to fix spelling. Unfortunately my english is not very well. Your English is fine and we don't normally worry about that sort of thing too much. It's just that they looked like typos rather than grammar, etc. > > On

Re: [PATCH v10 00/13] net: tcp: improve tcp support

2024-10-09 Thread Mikhail Kshevetskiy
Will try to fix spelling. Unfortunately my english is not very well. On 09.10.2024 04:57, Simon Glass wrote: > Hi Mikhail, > > On Mon, 7 Oct 2024 at 14:55, Mikhail Kshevetskiy > wrote: >> U-Boot support of LWIP is not ready for a moment, but we already have >> some kind of tcp support. Unfrotunat

Re: [PATCH v10 00/13] net: tcp: improve tcp support

2024-10-08 Thread Simon Glass
Hi Mikhail, On Mon, 7 Oct 2024 at 14:55, Mikhail Kshevetskiy wrote: > > U-Boot support of LWIP is not ready for a moment, but we already have > some kind of tcp support. Unfrotunately this support is really bad. spelling > > Some of the known issues: > * tcp packet from other connection can br

[PATCH v10 00/13] net: tcp: improve tcp support

2024-10-07 Thread Mikhail Kshevetskiy
U-Boot support of LWIP is not ready for a moment, but we already have some kind of tcp support. Unfrotunately this support is really bad. Some of the known issues: * tcp packet from other connection can break a current one * tcp send sequence always starts from zero * bad tcp options processing