[PATCH 0/1] tidbits: net-udp: solicit new client for server mode
Hannes Diethelm <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
As discussed in [PATCH] tidbits: net-udp: add server and client mode, evl_net_solicit() is also needed for each client in server mode. I went for option 2, it is not to lazy and I did not find any way to ask evl if an ARP is already done. While testing, I also discovered that EINPROGRESS can appear after some time. I think this is due the kernel garbage-collects the ARP entry. With this patch, this issue is also gone. Hannes Diethelm (1): tidbits: net-udp: solicit new client for server mode tidbits/oob-net-udp.c | 58 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 8 deletions(-) -- 2.47.3