|
From: | yueyue papa |
Subject: | Re: [lwip-users] How to send RST ? |
Date: | Thu, 9 Dec 2010 11:03:39 +0800 |
On Tue, Dec 7, 2010 at 10:23 PM, runjin <address@hidden> wrote:AFAIK, there is no way to send RST using the socket or netconn APIs.
> I found that closesocket sends a FIN packet,
> How to send RST ?
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
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users
[Prev in Thread] | Current Thread | [Next in Thread] |