-
Did you change the "testfs" program that generates the test data? Seems the data is not correctly generated and confused testdc.
2010-01-02 05:09:56 UTC in SECTOR
-
I have not heard of any UDT implementation that is completedly written in Java.
2010-01-02 05:05:42 UTC in udt
-
CUDT::CheckTimers(), 可以调整KeepAlive的发送间隔。.
2010-01-02 05:03:13 UTC in udt
-
他们用的是UDT4。你说的情况也可能是内存不足引起的,可能缺省内存占用太大,超出了你的ARM系统的物理内存空间。.
2010-01-02 05:01:22 UTC in udt
-
报的什么错?把错误堆栈贴出来。.
2010-01-02 04:59:10 UTC in udt
-
Thanks. Looks like a mutex problem on the listening socket. I will try to debug this.
2010-01-02 04:58:12 UTC in udt
-
我知道有人在ARM/Linux用过,不过我自己没试过。.
2009-12-26 04:29:44 UTC in udt
-
You can use resizeIdxBuf() to resize index and bucket ID buffer sizes. This function resizes both buffers.
2009-12-25 22:05:22 UTC in SECTOR
-
When you compile the UDF .so, include /lib/libcommon.a. This should work.
2009-12-14 17:20:27 UTC in SECTOR
-
Hi, I tried the code and got the following output:
Sending: 0
Sending: 1
Sending: 2
Sending: 3
Sending: 4
Sending: 5
Sending: 6
Sending: 7
Sending: 8
Sending: 9
Receiving: 0
Receiving: 1
Receiving: 2
Receiving: 3
Receiving: 4
Receiving: 5
Receiving: 6
Receiving: 7
Receiving: 8
Receiving: 9
This seems to be correct?.
2009-11-22 23:35:22 UTC in udt