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
..
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 Fix man page reference from non-existent dhcp(8) to dhcpd(8). 2009-10-24 12:22:24 +00:00
btpand.c make this compile where size_t is not unsigned int. 2009-05-13 03:21:41 +00:00
btpand.h update to use the new Service Discovery API 2009-05-12 21:50:38 +00:00
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
Makefile update to use the new Service Discovery API 2009-05-12 21:50:38 +00:00
packet.c use assert() instead of _DIAGASSERT() 2009-05-02 20:07:51 +00:00
server.c the default socket rcvbuf for L2CAP is only 4Kbytes which is only 2011-02-08 21:59:50 +00:00
tap.c add an exit hook at the tap so that on the way out (for whatever reason), 2009-05-12 21:21:23 +00:00