File telnet.c line 2428
In file telnet.c is on row 2428 used as parameter of "tcp_accepted" pcb from line 2371 TelnetAccept(void *arg, struct tcp_pcb *pcb, err_t err).
According Adam Dunkels notice in file .../lwip-1.4.1/doc/rawapi.txt, line 150: "ATTENTION: the PCB passed in must be the listening pcb, not the pcb passed
into the accept callback!"
What is right, please ?
Thanks
Jim