Date: Tue, 9 May 1995 05:32:10 -0700 From: Andras Olah <olah> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <199505091232.FAA11501@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
olah 95/05/09 05:32:08 Modified: sys/netinet tcp_input.c Log: 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505091232.FAA11501>