MIN_RCV_WND
if (wnd < MIN_RCV_WND)
wnd = MIN_RCV_WND;
wnd = max(so->sol_sbrcv_hiwat, MIN_RCV_WND);
wnd = max(select_rcv_wnd(so), MIN_RCV_WND);