Re: [PATCH] UDPCP Communication Protocol

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stefani Seibold
Date: Friday, December 31, 2010 - 3:22 am

Am Freitag, den 31.12.2010, 11:00 +0100 schrieb Eric Dumazet:

I reverted this for two reasons:

First ip_queue_rcv_skb drops the dst entry, which breaks the user land
application which expect packet info after a

setsockopt(handle, IPPROTO_IP, IP_PKTINFO, &const_int_1, sizeof(int));

But for packets already in the queue this information will be lost. So
it is a potential race condition.

Second it breaks my UDPCP communication protocol stack module, which
works very well till 2.6.35. I need this information in the data_ready()
function to generate an ACK.


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] UDPCP Communication Protocol, stefani, (Fri Dec 31, 2:29 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 3:00 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 3:15 am)
Re: [PATCH] UDPCP Communication Protocol, Stefani Seibold, (Fri Dec 31, 3:22 am)
Re: [PATCH] UDPCP Communication Protocol, Stefani Seibold, (Fri Dec 31, 3:29 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 3:35 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 3:41 am)
Re: [PATCH] UDPCP Communication Protocol, Stefani Seibold, (Fri Dec 31, 4:23 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 4:25 am)
Re: [PATCH] UDPCP Communication Protocol, Eric Dumazet, (Fri Dec 31, 4:54 am)
Re: [PATCH] UDPCP Communication Protocol, Stephen Hemminger, (Fri Dec 31, 10:46 am)
Re: [PATCH] UDPCP Communication Protocol, Stephen Hemminger, (Fri Dec 31, 10:46 am)
Re: [PATCH] UDPCP Communication Protocol, Stefani Seibold, (Sat Jan 1, 2:28 pm)
Re: [PATCH] UDPCP Communication Protocol, Stefani Seibold, (Sat Jan 1, 2:40 pm)