public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Tetsuo Shiraishi <tetsu@s-direct.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: BlueZ Mailing List <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] rfcomm bind : Address already in use
Date: Sat, 10 Jul 2004 23:11:07 +0900	[thread overview]
Message-ID: <4.3.2-J.20040710152845.0669b538@emi.s-direct.com> (raw)
In-Reply-To: <1089396790.22528.6.camel@pegasus>

Hi Marcel,

At 04/07/09 20:13 +0200, Marcel Holtmann wrote:
>
>what kind of peer is this? Why don't you try to fix the problem in the
>peer device? The BlueZ RFCOMM part is working correct.
>

The peer is a device for data gathering using DUN + PPP.

I think so, but that device is not our product.
I cannot fix it.
(It takes long time to fix the problem...)

>The left over socket you see in /proc is from your application and it is
>in the closed state. Do you really terminate your application? Try to
>repdroduce this with rctest.
>

My application can terminate using HUP signal and clean up sockets.
Then I made sure using ps utility.

And I terminated the application, lines of /proc/bluetooth/rfcomm
decrease to 1 line.

The followings is more detailed testing operations.

1 - I start the application.
    - DUN listen
    
2 - "cat /proc/bluetooth/rfcomm" says the following.
    This socket is for listening, isn't it ?

	~ # cat /proc/bluetooth/rfcomm
	sk  E6:D7:1E:96:A0:00 00:00:00:00:00:00 4 1

2 - The peer(00:07:CF:51:78:F3) try to connect.
    No RFCOMM connections are established.

	send RFCOMM_SABM
	send RFCOMM_PN
	send RFCOMM_DISC
	send RFCOMM_DISC
	send RFCOMM_DISC
	         :
	       repeat
	         :

3 - hcitool dc 00:07:CF:51:78:F3

4 - "cat /proc/bluetooth/rfcomm" says the following.
    When received RFCOMM_PN, the socket of upper line seems to be allocated.
    (Probably for accepted socket, but no RFCOMM connections are established.)

	~ # cat /proc/bluetooth/rfcomm
	sk  E6:D7:1E:96:A0:00 F3:78:51:CF:07:00 9 1
	sk  E6:D7:1E:96:A0:00 00:00:00:00:00:00 4 1

5 - I terminate the application sending HUP signal.

6 - "cat /proc/bluetooth/rfcomm" says the following.
    The socket for listening deleted...

	~ # cat /proc/bluetooth/rfcomm
	sk  E6:D7:1E:96:A0:00 F3:78:51:CF:07:00 9 1

7 - I start the application again.
    But bind() fails saying "Address already in use".

I really want to use standard utilities(like rctest).
But the peer device behaves strange occasionally, 
while continuous tests.
And the continuous tests needs the peer device to 
establish DUN + PPP and do the application process normally.

Thanks,

Tetsuo

//
//   Tetsuo Shiraishi tetsu@s-direct.com
//                    tshiro@arion.ocn.ne.jp
//

  reply	other threads:[~2004-07-10 14:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09 17:21 [Bluez-devel] rfcomm bind : Address already in use Tetsuo Shiraishi
2004-07-09 18:13 ` Marcel Holtmann
2004-07-10 14:11   ` Tetsuo Shiraishi [this message]
2004-07-10 17:41     ` Marcel Holtmann
2004-07-12 17:16       ` Tetsuo Shiraishi
2004-07-12 18:26         ` Marcel Holtmann
2004-07-14  9:12           ` Tetsuo Shiraishi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.3.2-J.20040710152845.0669b538@emi.s-direct.com \
    --to=tetsu@s-direct.com \
    --cc=bluez-devel@lists.sourceforge.net \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox