Re: Wireless Media Modes Identified in Man Page for ifmedia(4)

2023-01-22 Thread Thomas Dunn

Re: don't remove known vmd vm's on failure

2023-01-22 Thread Bob Beck
Tried it out here with my gimpy little test setup and your suggested repro case. Seems to be more sane to me in this case, and looks like the right thing to do, So ok beck@ for what that’s worth. > On Jan 21, 2023, at 8:08 AM, Dave Voutila wrote: > > > *bump*... Anyone able to test or rev

Re: Move SS_CANTRCVMORE and SS_RCVATMARK bits from `so_state' to `sb_state' of receive buffer

2023-01-22 Thread Vitaliy Makkoveev
On Sun, Jan 22, 2023 at 12:44:35AM +0100, Alexander Bluhm wrote: > > > @@ -1632,13 +1634,13 @@ somove(struct socket *so, int wait) > > pru_rcvd(so); > > > > /* Receive buffer did shrink by len bytes, adjust oob. */ > > - state = so->so_state; > > - so->so_state &= ~SS_RCVATMA