d374e81efd
following the protocol pru_listen() call to solisten_proto(), so that it occurs under the socket lock acquisition that also sets SO_ACCEPTCONN. This requires passing the new backlog parameter to the protocol, which also allows the protocol to be aware of changes in queue limit should it wish to do something about the new queue limit. This continues a move towards the socket layer acting as a library for the protocol. Bump __FreeBSD_version due to a change in the in-kernel protocol interface. This change has been tested with IPv4 and UNIX domain sockets, but not other protocols. |
||
---|---|---|
.. | ||
ng_btsocket_hci_raw.c | ||
ng_btsocket_l2cap_raw.c | ||
ng_btsocket_l2cap.c | ||
ng_btsocket_rfcomm.c | ||
ng_btsocket.c | ||
TODO |