On Tue, Dec 7, 2010 at 10:23 PM, runjin <[email protected]> wrote: > I found that closesocket sends a FIN packet, > How to send RST ?
AFAIK, there is no way to send RST using the socket or netconn APIs. But then this is not something that is normally available to applications in other OSes like Linux or Windows either. (If you're using the raw API, you can call tcp_abort. However, that's not something you can mix with the other APIs.) What are you trying to accomplish by sending a RST? Jeff _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
