From: Eddie Kohler <kohler@cs.ucla.edu>
To: dccp@vger.kernel.org
Subject: Re: initial CCID2 implementation for linux
Date: Thu, 08 Dec 2005 07:12:41 +0000 [thread overview]
Message-ID: <4397DCE9.1090508@cs.ucla.edu> (raw)
In-Reply-To: <20051206190131.GA834@tribal.sorbonet.org>
Hi, just a note:
The official names of CCID2 and CCID3 are "TCP-Like Congestion Control" and
"TFRC Congestion Control". So DCCP_CCID_TCPLIKE and DCCP_CCID_TFRC are
perfectly reasonable. Any TFRC variant that's not CCID3 will likely get a
different name.
Eddie
Ian McDonald wrote:
> On 12/7/05, Andrea Bittau <a.bittau@cs.ucl.ac.uk> wrote:
>
>>On Wed, Dec 07, 2005 at 08:29:27AM +1300, Ian McDonald wrote:
>>
>>>Can't access that host - appears to be no DNS record.
>>
>>weird.
>>http://128.16.66.93/acme-ccid2-20051206.diff
>
>
> Cool - can access and starting to look at.
>
> In whole looks good. Will look at more properly later and try to
> compile but few initial comments just on code style.
>
> #define DCCP_CCID_TCP 2
> #define DCCP_CCID_TFRC 3
>
> I think these should be DCCP_CCID2 and DCCP_CCID3 as there are other
> TFRC CCIDs proposed for example. Or maybe DCCP_CCID2_TCP and
> DCCP_CCID3_TFRC??
>
> Some issues in ccid2_hc_tx_exit and cci2_hc_rx_init where you have a
> space/tab combo at start of some lines.
>
> This code:
> static __init int ccid2_module_init(void)
> {
> int rc = -ENOBUFS;
>
> rc = ccid_register(&ccid2);
> if (rc != 0)
> return rc;
>
> return rc;
> }
>
> could be:
> static __init int ccid2_module_init(void)
> {
> return ccid_register(&ccid2);
> }
>
> For your new files you need to add your copyright and also GPL
> license. You should also add your copyright to files that you modify a
> lot.
>
> Ian
> --
> Ian McDonald
> http://wand.net.nz/~iam4
> WAND Network Research Group
> University of Waikato
> New Zealand
> -
> To unsubscribe from this list: send the line "unsubscribe dccp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2005-12-08 7:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-06 19:01 initial CCID2 implementation for linux Andrea Bittau
2005-12-06 19:29 ` Ian McDonald
2005-12-06 19:46 ` Andrea Bittau
2005-12-06 20:01 ` Ian McDonald
2005-12-08 7:12 ` Eddie Kohler [this message]
2005-12-08 21:40 ` Arnaldo Carvalho de Melo
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=4397DCE9.1090508@cs.ucla.edu \
--to=kohler@cs.ucla.edu \
--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.