From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: Re: compatibility issues
Date: Mon, 07 Apr 2008 07:46:19 +0000 [thread overview]
Message-ID: <20080407074619.GF6146@gerrit.erg.abdn.ac.uk> (raw)
In-Reply-To: <200804062210.03693.tomasz@grobelny.oswiecenia.net>
| Recently I switched to the origin/dccp branch of dccp test tree. And noticed
| that dccp communication between kernel build from origin/dccp branch and
| kernel build from origin/master branch is not possible. When kernels are from
| the same branch (no matter if it is origin/dccp or origin/master) the problem
| does not occur. Is it a known issue?
| --
The test tree contains fixes for bugs that are in the mainline kernel
and is thus not bug-compatible with the mainline tree (origin/master).
I can't tell from your description where exactly the communication is "not
possible", but one likely cause is the feature negotiation. This is
definitively broken in origin/master: when setting up the receiver with
CCID-2, and the sender with CCID-3, both will end up using these CCIDs with
correspondingly horrible performance; since the origin/master implementation
performs "feature announcement" rather than "feature negotiation".
The test tree has a full implementation of feature negotiation and will
refuse to start communication if parameters are incompatible. It may
allow communication to an origin/master implementation as long as the
origin/master implementation conforms in its behaviour to RFC 4340,
section 6. Thus the "communication not possible" is not unconditional.
If you think you have found a bug, please provide more detailed information.
The University of Aberdeen is a charity registered in Scotland, No SC013683.
next prev parent reply other threads:[~2008-04-07 7:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-06 20:10 compatibility issues Tomasz Grobelny
2008-04-06 21:57 ` Tomasz Grobelny
2008-04-07 7:46 ` Gerrit Renker [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-05-19 11:59 Compatibility issues David Woodhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080407074619.GF6146@gerrit.erg.abdn.ac.uk \
--to=gerrit@erg.abdn.ac.uk \
--cc=dccp@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.