Re: BSD Sockets in mainline, and how that affects design decisions for the rest of IP stack (e.g. send MTU handling)
Tomasz Bursztyka
Hi guys,
It was(...) There're many moreActually I missed the fact PR 1330 was about MTU handling. Does not sound generic enough. In the end I don't approve both of the proposed solution. Let me explain why: First, let's not rush on this MTU handling just yet, though it is much needed. We first need this: -> https://github.com/zephyrproject-rtos/zephyr/issues/3283 it will simplify a lot how packet are allocated. I haven't touched MTU stuff since I did the net_pkt move because of this feature we'll use. I foresee a lot of possible improvements with this issue resolved: certainly MTU handling, better memory management than current frag model, but also better response against low memory (we could after all send asap a tinier than MTU TCP segment if there was only a small amount of memory available, and continue with the rest etc...). Tomasz
|
|