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-04-26 18:10:58 +00:00
1995-04-26 18:10:58 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 05:27:42 +00:00
1995-04-26 18:10:58 +00:00
1994-08-21 05:27:42 +00:00
1995-05-05 14:36:38 +00:00
1994-08-21 05:27:42 +00:00
1994-08-21 05:27:42 +00:00