[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openss7] Problems



Brian,
	I have my kernels setup for SOCK_SEQPACKET, with no TCP compat.  I also
turned off extensive debugging with the #if in include/net/sctp.h.  When
I try to run my programs I get the following errors:

/** Sending machine **/
[cwinters@ernie sctp-tests]$ ./iwrite --seq bert
Setting type to SOCK_SEQPACKET
Trying to create a socket
Created a socket with the fd of 3
bert's address is 192.168.1.33
Done setting up message
Socket send buffer size is 65535
Connecting to server
sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
sctp_rcv_init_ack: unless(!cb->daddr) failed at sctp_input.c +2066
sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
sctp_rcv_cookie_ack: unless(!cb->daddr) failed at sctp_input.c +2136
Connected to server
Writing 0
Writing Data: Broken pipe
[cwinters@ernie sctp-tests]$

/** Receiving Machine **/
[cwinters@bert sctp]$ ./iread --seq
Setting type to SOCK_SEQPACKET
Trying to create a socket
Created a socket with the fd of 3
Done setting up message
Listening on socket 3
Waiting to accept
Accepted connection on 3 and created 0
Reading 0
Reading Data: Socket operation on non-socket
sctp_rtt_calc: ensure(time < jiffies) failed at sctp_input.c +132
sctp_rcv_shutdown_ack: unless(!cb->daddr) failed at sctp_input.c +2265
[cwinters@bert sctp]$ ls

I went poking around in the code a little, but I can't find out what a
jiffie is.  I have to go home and feed my dog before she starves, so
I'll talk tomorrow during my breaks.

Later,
Chuck

--
Chuck Winters                            | Email:  cwinters@atl.lmco.com
Distributed Processing Laboratory        | Phone:  856-338-3987
Lockheed Martin Advanced Technology Labs |
1 Federal St - A&E-3W                    |
Camden, NJ 08102                         |