NetBSD/usr.sbin/btpand
plunky 9119e9c88f the default socket rcvbuf for L2CAP is only 4Kbytes which is only
2 and a bit ethernet packets. Check and increase SO_RCVBUF on startup
so that we have buffers for 10 complete packets, should solve a
reported problem with overruns at higher connection speeds (our L2CAP
does not have any flow control).

(the default can still be adjusted upwards using sysctl)
2011-02-08 21:59:50 +00:00
..
Makefile
bnep.c check number of filters received against max possible 2011-02-08 21:43:45 +00:00
bnep.h check number of filters received against max possible 2011-02-08 21:43:45 +00:00
btpand.8
btpand.c
btpand.h
channel.c style nit 2011-01-27 11:13:59 +00:00
client.c the default socket rcvbuf for L2CAP is only 4Kbytes which is only 2011-02-08 21:59:50 +00:00
packet.c
server.c the default socket rcvbuf for L2CAP is only 4Kbytes which is only 2011-02-08 21:59:50 +00:00
tap.c