Hi,

I finally made some progress in my portscan problem.

When I send out data, I get http_sent() calls. If all data is sent out I call a tcp_close(). Unfortunately pcb->state is either ESTABLISHED or CLOSE_WAIT and neither does free tcp_pcb.

One solution could be to use tcp_abort(). Another to set state to CLOSED or SYN_SENT. How to do it right?

TIA

Gustl



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to