Andras Olah 40db8ef747 Fix a misspelled constant in tcp_input.c.
On Tue, 09 May 1995 04:35:27 PDT, Richard Stevens wrote:
> In tcp_dooptions() under the case TCPOPT_CC there is an assignment
>
>       to->to_flag |= TCPOPT_CC;
>
> that should be
>
>       to->to_flag |= TOF_CC;
>
> I haven't thought through the ramifications of what's been happening ...
>
>       Rich Stevens

Submitted by:	rstevens@noao.edu (Richard Stevens)
1995-05-09 12:32:06 +00:00
..
1995-05-06 19:34:28 +00:00
1995-05-08 23:11:12 +00:00
1995-05-03 23:10:35 +00:00
1995-04-11 18:32:17 +00:00
1995-04-29 15:24:00 +00:00
1995-05-08 16:27:10 +00:00
1994-08-02 07:55:43 +00:00