[lwip-users] handle slow TCP handling

2018-11-27 Thread Pierre Chatelier
PARAMETER tcp_rx_checksum_offload = true  PARAMETER tcp_snd_buf = 65535  PARAMETER tcp_tx_checksum_offload = true  PARAMETER tcp_wnd = 65535 -- --- Pierre Chatelier chatel...@seefastechnologies.com (+33) 03 80 71 16 16 --- _

Re: [lwip-users] handle slow TCP handling

2018-11-27 Thread Pierre Chatelier
emitting program client will be told that something could not be delivered, and it will have to handle that explicitely. Am I right this case ? Or is the "running out of pbuf" error designed to be handled differently ? > On 27.11.2018 17:16, Pierre Chatelier wrote: >> Hel