RE: RFC: bsd_tcp patch on in.c

2013-06-27 Thread Bernd Edlinger
Hi Jürgen, > The patch below we already use since 2006. > We had problems with the TCP/IP stack directly after booting because it > already received packets before being initialized completely. > Here our CVS log: > > move > splx(s); > from line 682 to line 739 > so that tcp/ip stack has started

RFC: bsd_tcp patch on in.c

2013-06-27 Thread Lambrecht Jürgen
Hello, The patch below we already use since 2006. We had problems with the TCP/IP stack directly after booting because it already received packets before being initialized completely. Here our CVS log: move splx(s); from line 682 to line 739 so that tcp/ip stack has started up before the et