Hi All,
I've also had problems with -t un.
There is a bug - here's a patch...
---8<---
===================================================================
RCS file: /Users/michaeldwyer/Desktop/EnterpriseBinaries/SIPp/cvs/
sipp/call.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -r1.1 -r1.2
*** call.cpp 21 Apr 2007 01:42:10 -0000 1.1
--- call.cpp 21 Apr 2007 01:47:24 -0000 1.2
***************
*** 768,776 ****
_RCAST(struct sockaddr_storage *,local_addr_storage-
>ai_addr)));
if (use_ipv6) {
! saddr.ss_family = AF_INET;
} else {
! saddr.ss_family = AF_INET6;
}
if (peripsocket) {
--- 768,776 ----
_RCAST(struct sockaddr_storage *,local_addr_storage-
>ai_addr)));
if (use_ipv6) {
! saddr.ss_family = AF_INET6;
} else {
! saddr.ss_family = AF_INET;
}
if (peripsocket) {
---8<---
Cheers,
Mick.
Michael Dwyer,
Principal Consultant
Cibation
w: www.cibation.com
e: [EMAIL PROTECTED]
m: 0421 227 156
On 23/04/2007, at 6:37 PM, [EMAIL PROTECTED]
wrote:
Message: 4
Date: Mon, 23 Apr 2007 15:04:29 +0800
From: "yunjung" <[EMAIL PROTECTED]>
Subject: [Sipp-users] cannot use "-t un" command
To: <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Hello,
I'm using sipp-1.1rc8 in windows.
When I give the command as below
* sipp -sf d:\uac.xml -nr -t un localhost
an error massage shows
"Unable to bind UDP socket, errno = 106 (Address family not
supported by protocol). "
I need to test in udp multisocket mode.
please kindly help me.
Thanks
yunjung
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users