cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Maksim Yevmenkin
emax at FreeBSD.org
Wed Nov 7 09:42:45 PST 2007
emax 2007-11-07 17:42:45 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netgraph/bluetooth/socket ng_btsocket_rfcomm.c
Log:
MFC
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
zero (0). Actual RFCOMM channel will be assigned after listen(2)
call is done on a RFCOMM socket bound to a ''wildcard'' RFCOMM
channel zero (0).
Address locking issues in ng_btsocket_rfcomm_bind()
Submitted by: Heiko Wundram (Beenic) < wundram at beenic dot net >
Approved by: re (kensmith)
Revision Changes Path
1.17.2.3 +53 -31 src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c
More information about the cvs-src
mailing list