Hi All,
I have compiled seagull for SCTP and its successful. I am running the seagull in server mode.
When I do netstat I am getting below description. Ideally the "raw" should be displayed as TCP.
netstat -ancp | grep seagull
raw 0 0 0.0.0.0:132 0.0.0.0:* 7 23393/seagull
raw 0 0 :::132 :::* 7 23393/seagull
raw 0 0 0.0.0.0:132 0.0.0.0:* 7 23393/seagull
raw 0 0 :::132 :::* 7 23393/seagull
Can someone tell me what is the problem?
My configuration is as below
<configuration name="Simple IP Server Conf">
<define entity="transport"
name="trans-1"
file="libtrans_extsctp.so"
create_function="create_cipsctpio_instance"
delete_function="delete_cipsctpio_instance"
init-args="type=tcp">
</define>
<define entity="channel"
name="channel-1"
protocol="diameter-v1"
transport="trans-1"
open-args="mode=server;source=127.0.0.1:3868">
</define>
Thanks,
Shyam
|