Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-31 Thread Sebastian Smolorz
Pham, Phong wrote: > Now I encounter a different problem, > > recv() returns 0 bytes but I know my FTP server sends a packet (seen > by WireShark). Can you point me where is the recv() implemented in > tcp.c? Is it rt_tcp_rcv or rt_tcp_recvmsg? There are indeed two more issues with the rttcp dr

RE: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-31 Thread Pham, Phong
sday, October 31, 2018 7:08 AM To: Pham, Phong Cc: Jan Kiszka; xenomai@xenomai.org; Hillman, Robert Subject: Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built Pham, Phong wrote: > This is what I see when my RTnet box, my laptop, and my FTP server > (local on laptop)

Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-31 Thread Sebastian Smolorz
Pham, Phong wrote: > This is what I see when my RTnet box, my laptop, and my FTP server > (local on laptop) is on the same subnet 192.168.7.0: > > 192.168.7.79 is my RTnet box. Which processor architecture is it? > I used my laptop (192.168.7.106) to > ping the RTnet box which is what you see wi

RE: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-30 Thread Pham, Phong
N bit that I can start looking? Phong. -Original Message- From: Sebastian Smolorz [mailto:sebastian.smol...@gmx.de] Sent: Tuesday, October 30, 2018 1:17 PM To: Pham, Phong Cc: Jan Kiszka; xenomai@xenomai.org; Hillman, Robert Subject: Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs

Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-30 Thread Sebastian Smolorz
Hi, on 10/19/18 04:00 AM, Pham, Phong wrote: > I do see a TCP packet sent out on the LAN when rt_dev_connect() is > invoked; however, the packet itself is not valid. The SYN flag in > the TCP protocol is not set when the first TCP packet was sent. Strange. Wireshark shows me that a connection in

Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-18 Thread Pham, Phong
0 AM To: Jan Kiszka Cc: xenomai@xenomai.org Subject: Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built On 17.10.18 13:44, Jan Kiszka wrote: > On 17.10.18 13:31, Sebastian Smolorz wrote: > > This patch series makes RTnet's tcp module usable again. It was

Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-17 Thread Sebastian Smolorz
On 17.10.18 13:44, Jan Kiszka wrote: > On 17.10.18 13:31, Sebastian Smolorz wrote: > > This patch series makes RTnet's tcp module usable again. It was not > > selectable in Kconfig for a long time. Now it is supposed to work in > > the way it worked when RTnet was a separate project for Xenomai 2.

Re: [Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-17 Thread Jan Kiszka
On 17.10.18 13:31, Sebastian Smolorz wrote: This patch series makes RTnet's tcp module usable again. It was not selectable in Kconfig for a long time. Now it is supposed to work in the way it worked when RTnet was a separate project for Xenomai 2. Despite the "supposed", can I assume you tested

[Xenomai] [PATCH 0/4] net/tcp: Fix several bugs and allow rttcp to be built

2018-10-17 Thread Sebastian Smolorz
This patch series makes RTnet's tcp module usable again. It was not selectable in Kconfig for a long time. Now it is supposed to work in the way it worked when RTnet was a separate project for Xenomai 2. Sebastian Smolorz (4): net/tcp: return ufd in rt_tcp_accept() net/tcp: fix listen() and sh