Re: A query regarding sctp_bindx api in SCTP

2007-09-07 Thread sazzadur rahman
Thanks for your update (Sep6_2007) in your website. It simply works fine. Comparing with sctp_asconf.c of 6.1 patch, I found that sending ASCONF chunk was only timer based where in the updated version, it is sent immediately. Basically I am porting SCTP from freebsd to a RTOS to test some algorith

Re: A query regarding sctp_bindx api in SCTP

2007-09-06 Thread Peter Lei (peterlei)
Randall Stewart wrote: > sazzadur rahman wrote: >> Hello, >> I am using sctp patch for freebsd6.1. For dynamic address >> configuration, I >> am calling sctp_bindx() API after successfull bind() and connect() API's. >> Although sctp_bindx() API successfully returns 0, the debug message >> shows: >>

Re: A query regarding sctp_bindx api in SCTP

2007-09-06 Thread Randall Stewart
Well I spoke to soon.. after a bit more testing .. I figured out that I had fat-fingered my address set on my second interface.. opps :-D So after testing I see this all working now on the latest code.. now as I said the Jul_13 issue is way behind.. so I have now updated the sctp.org web site wit

Re: A query regarding sctp_bindx api in SCTP

2007-09-06 Thread Randall Stewart
sazzadur rahman wrote: Hello, I am using sctp patch for freebsd6.1. For dynamic address configuration, I am calling sctp_bindx() API after successfull bind() and connect() API's. Although sctp_bindx() API successfully returns 0, the debug message shows: addr_mgmt_assoc: added to pending list...

Re: A query regarding sctp_bindx api in SCTP

2007-09-06 Thread Randall Stewart
Definetly a bug... let me dig in a bit further.. it appears that ASCONF is not happening on sub-set bound sockets at all ;-( I will see if I can figure out why :-D R sazzadur rahman wrote: Hello, I am using sctp patch for freebsd6.1. For dynamic address configuration, I am calling sctp_bindx()

A query regarding sctp_bindx api in SCTP

2007-09-05 Thread sazzadur rahman
Hello, I am using sctp patch for freebsd6.1. For dynamic address configuration, I am calling sctp_bindx() API after successfull bind() and connect() API's. Although sctp_bindx() API successfully returns 0, the debug message shows: addr_mgmt_assoc: added to pending list... asconf_queue_add: appende