Home | History | Annotate | Download | only in btpand
History log of /src/usr.sbin/btpand/server.c
RevisionDateAuthorComments
 1.8  14-Oct-2012  plunky add code to ensure that SO_SNDBUF is large enough on client connections,
as was previously done for server mode
 1.7  08-Feb-2011  plunky branches: 1.7.4; 1.7.10;
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)
 1.6  25-Oct-2009  plunky branches: 1.6.2;
after setting the L2CAP link mode in server mode, retrieve the kernels
interpretation of it and check specifically for auth when creating the
service record.
 1.5  24-Oct-2009  plunky use correct value for 10 Mbps
 1.4  12-May-2009  plunky update to use the new Service Discovery API
 1.3  12-May-2009  plunky rework the channel shutdown code path, each channel now has its own
action to process which separates the server and client code.
 1.2  24-Jan-2009  plunky branches: 1.2.2; 1.2.4;
The "Service Availability" value in the SDP record should be a number
from 0-255 indicating how much availability the service has, rather
than the "Load Factor (0-7)" as used in the "Class of Device" setting.
 1.1  17-Aug-2008  plunky branches: 1.1.2; 1.1.6;
add btpand(8), a Bluetooth PAN daemon
 1.1.6.1  26-Jan-2009  snj Pull up following revision(s) (requested by plunky in ticket #319):
usr.sbin/btpand/server.c: revision 1.2
The "Service Availability" value in the SDP record should be a number
from 0-255 indicating how much availability the service has, rather
than the "Load Factor (0-7)" as used in the "Class of Device" setting.
 1.1.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.1.2.1  17-Aug-2008  wrstuden file server.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:02 +0000
 1.2.4.2  24-Mar-2009  bouyer Pull up following revision(s) (requested by plunky in ticket #1290):
usr.sbin/btpand/channel.c: revision 1.1
usr.sbin/btpand/sdp.h: revision 1.1, 1.2
usr.sbin/btpand/sdp.c: revision 1.1, 1.2
usr.sbin/btpand/client.c: revision 1.1, 1.2
usr.sbin/btpand/bnep.c: revision 1.1 - 1.3
usr.sbin/btpand/bnep.h: revision 1.1
usr.sbin/btpand/Makefile: revision 1.1, 1.2
usr.sbin/btpand/packet.c: revision 1.1
usr.sbin/btpand/btpand.h: revision 1.1
usr.sbin/btpand/btpand.c: revision 1.1
usr.sbin/btpand/btpand.8: revision 1.1 - 1.3
usr.sbin/btpand/tap.c: revision 1.1 via patch
usr.sbin/btpand/server.c: revision 1.1, 1.2
usr.sbin/Makefile: patch
distrib/sets/lists/base/mi: patch
distrib/sets/lists/comp/mi: patch
distrib/sets/lists/man/mi: patch
add btpand(8), a Bluetooth PAN daemon
 1.2.4.1  24-Jan-2009  bouyer file server.c was added on branch netbsd-4 on 2009-03-24 21:46:36 +0000
 1.2.2.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.6.2.1  17-Feb-2011  bouyer Sync with HEAD
 1.7.10.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.7.4.1  30-Oct-2012  yamt sync with head

RSS XML Feed