-
Ah, OK I understand now. Thanks vlad. Ill give that a try.
2009-10-29 18:46:17 UTC in Linux Kernel SCTP
-
I am attempting now to build from the source rpm using "rpmbuild". However I am having some problems on my system - it does not appear to be building correctly....
Assuming I can figure out how to build my source rpm correctly, I am still not clear on how I enable CONFIGSCTPDBG\_MSG fiag. How do I set that flag?
I have lksctp-tools-1.0.6-1.el5.1 installed on my system, but I am...
2009-10-29 18:03:13 UTC in Linux Kernel SCTP
-
Nothing happens after the SACK. Both sides think they got the SCTP\_COMM\_LOST . When I send another message using sctp_darn it sends the INIT to create an association.
No I did not modify any sysctl parameters. I will check that.
Also I downloaded the source and built it on my system. How do I compile it with debug on? I didnt see any options for the configure script. Thanks.
2009-10-28 17:55:49 UTC in Linux Kernel SCTP
-
<pre><code>
[root@superdev02 ~]# tcpdump -i eth0 -s 1500 port 31337<br> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br> listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes<br> 10:41:11.072270 IP superdev02.3970 > superdev01.31337: sctp (1) [INIT] [init tag: 3806666281] [rwnd: 54784] [OS: 10] [MIS: 65535] [init...
2009-10-28 15:47:31 UTC in Linux Kernel SCTP
-
Sorry for the bad formatting...
[root@superdev02 ~]# tcpdump -i eth0 -s 1500 port 31337<p> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<p> listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes<p> 10:41:11.072270 IP superdev02.3970 > superdev01.31337: sctp (1) [INIT] [init tag: 3806666281] [rwnd: 54784] [OS: 10] [MIS...
2009-10-28 15:45:10 UTC in Linux Kernel SCTP
-
[root@super_dev02 ~]# tcpdump -i eth0 -s 1500 port 31337<br>
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode<br>
listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes<br>
10:41:11.072270 IP super_dev02.3970 > super_dev01.31337: sctp (1) [INIT] [init tag: 3806666281] [rwnd: 54784] [OS: 10] [MIS: 65535] [init TSN...
2009-10-28 15:43:17 UTC in Linux Kernel SCTP
-
I have 2 systems both running kernel 2.6.18-92.el5PAE (CentOS 5)
with lksctp-tools-1.0.6-1.el5.1
On system 1 I run : sctp_darn -H 0 -P 31337 -l<br>
On system 2 I run : sctp_darn -H 0 -h 172.20.36.104 -p 31337 -s<br>
On system 1 I start the application and type "Hello" then enter.
The association is established correctly.<br>
Then, 2 or 3 seconds later the...
2009-10-28 15:07:31 UTC in Linux Kernel SCTP