[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] ClicksAndWhistles doesn't connect to any IRC Server
From: |
Bryan Kirk |
Subject: |
Re: [lwip-devel] ClicksAndWhistles doesn't connect to any IRC Server |
Date: |
Mon, 17 Jun 2024 10:51:50 +0000 |
I am using the Async Connection support PR at
https://github.com/reactos/reactos/pull/6349. It still happens with that and the upgraded LWIP PR. KrosUser mentjons this:
TCP operation failed: 0xc000013c (-11)
|
-11 means STATUS_REMOTE_DISCONNECT
(see : TCPTranslateError : https://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/drivers/ip/transport/tcp/tcp.c#l267)
This is likely due to TF_RESET flag in tcp_input fromhttps://git.reactos.org/?p=reactos.git;a=blob;f=sdk/lib/drivers/lwip/src/core/tcp_in.c#l92 leading to ERR_RST error event being triggered.
/* TF_RESET means that the connection was reset by the other end. We then call the error callback to inform the application that the connection is dead before we deallocate the PCB. */
|
June 17, 2024 at 5:15 AM, "goldsimon--- via lwip-devel" <lwip-devel@nongnu.org> wrote:
Hi Bryan,
Am 13.06.2024 um 16:25 schrieb Bryan Kirk:
When using v2.2.0 in ReactOS by applying the PR for upgrading to that
version (which is available at
https://github.com/reactos/reactos/pull/6788
<https://github.com/reactos/reactos/pull/6788>), ClicksAndWhistles gets
stuck on connecting to the server that I have chosen to connect to. More
info about the issue can be found in
https://jira.reactos.org/browse/CORE-11559
I'm not at all familiar with reading ReactOS debug logs, but "Async
Connect UNIMPLEMENTED!" makes me think this is by design?
I think I need some more lwIP-related input to help here. Do you happen
to have a pcap so we can see the tx/rx packes involved here?
Regards,
Simon
_______________________________________________
lwip-devel mailing list
lwip-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-devel