History log of /src/usr.sbin/btpand/client.c |
Revision | | Date | Author | Comments |
1.7 |
| 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.6 |
| 29-Aug-2011 |
joerg | branches: 1.6.2; 1.6.8; Use __dead.
|
1.5 |
| 08-Feb-2011 |
plunky | 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.4 |
| 12-May-2009 |
plunky | branches: 1.4.2; 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 |
| 06-Dec-2008 |
plunky | branches: 1.2.2; 1.2.4; modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp.
(this will use the library routines when they are done)
|
1.1 |
| 17-Aug-2008 |
plunky | branches: 1.1.2; 1.1.6; add btpand(8), a Bluetooth PAN daemon
|
1.1.6.1 |
| 24-Feb-2009 |
snj | Pull up following revision(s) (requested by plunky in ticket #467): usr.sbin/btpand/client.c: revision 1.2 usr.sbin/btpand/sdp.c: revision 1.2 usr.sbin/btpand/sdp.h: revision 1.2 modify some SDP data parsing function names to avoid conflicts with similar functions that are intended to be imported to libsdp. (this will use the library routines when they are done)
|
1.1.2.2 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.2.1 |
| 17-Aug-2008 |
wrstuden | file client.c was added on branch wrstuden-revivesa on 2008-09-18 04:30:01 +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 |
| 06-Dec-2008 |
bouyer | file client.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.4.2.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.6.8.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.6.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|