On 09/25/15 at 09:42P, John Baldwin wrote:
> On Thursday, September 24, 2015 02:13:24 PM Julien Charbon wrote:
> > So the issue is:
> >
> > - tcp_close() is called for some reasons with an inp in INP_TIMEWAIT
> > state and sets the INP_DROPPED flag,
> > - tcp_detach() is called when the last re
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=172895
--- Comment #7 from Alan Somers ---
(In reply to Alan Somers from comment #5)
Actually, that's not 100% true. It turns out that my interface _will_ report
carrier status when up but with no IP. It just takes a few seconds.
--
You are r
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147912
Ed Maste changed:
What|Removed |Added
CC||ema...@freebsd.org
--- Comment #2 from
On Thursday, September 24, 2015 02:13:24 PM Julien Charbon wrote:
> So the issue is:
>
> - tcp_close() is called for some reasons with an inp in INP_TIMEWAIT
> state and sets the INP_DROPPED flag,
> - tcp_detach() is called when the last reference on socket is dropped
>
> then now in_pcbfree(
> 25 sep 2015 kl. 16:14 skrev Palle Girgensohn :
>
>>
>> 24 sep 2015 kl. 11:39 skrev Palle Girgensohn :
>>
>>
>>> 24 sep 2015 kl. 09:57 skrev Julien Charbon :
>>>
>>>
>>> Hi -net,
>>>
>>> On 24/09/15 09:03, Julien Charbon wrote:
On 24/09/15 08:55, Palle Girgensohn wrote:
>> 24 sep
> 24 sep 2015 kl. 11:39 skrev Palle Girgensohn :
>
>
>> 24 sep 2015 kl. 09:57 skrev Julien Charbon :
>>
>>
>> Hi -net,
>>
>> On 24/09/15 09:03, Julien Charbon wrote:
>>> On 24/09/15 08:55, Palle Girgensohn wrote:
> 24 sep 2015 kl. 07:51 skrev Palle Girgensohn
> :
>> 24 sep 2015 kl
Please, may I ask about the rationale behind the lines 1557 to 1562 in function
udp4_espdecap() of file src/sys/netinet/udp_usrreq.c on FreeBSD
10.2-RELEASE-p3.
…
/*
* We cannot yet update the cksums so clear any
* h/w cksum flags as they are no longer valid.
*