socket: Use WAITOK|NULLOK to allocate async connect message
commitd8af44dc956b934e292f297e23ef8386eeae00e0
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 12 Oct 2015 13:14:49 +0000 (12 21:14 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 14 Oct 2015 12:10:09 +0000 (14 20:10 +0800)
tree71da7515f447566b30cd47873ba720cfb5215d78
parent82d9053e568ea07b03da74373f70aace5be204c0
socket: Use WAITOK|NULLOK to allocate async connect message

It's better than doing synchronized pru_connect.
sys/kern/uipc_msg.c