-
Hi,
Please check if HELLO_INTERVAL = 2 and TC_INTERVAL = 5 are correct.
if you use them as interval to sleep it means 2 and 5 nano seconds. In my opinion is too short. Every protocol will fail if it sends control messages every 2 or 5 nano seconds.
Rgds,
luka.
2009-05-15 15:50:25 UTC in SWANS++
-
Hi,
Where I should put hard code value in Rewriter.java ?
Or Which Class I should tagged java.io.BufferedReader ?
rgds,
luka.
2009-05-13 09:26:58 UTC in SWANS++
-
Hi,
I am trying to simulate ad-hoc network with TCP traffic.
i.e I'd like to have N nodes (h x v grid N = h*v) which can communicate with each other.
I 've established whole swans stack from Field to App for every node. On the application layer I am launching java network applications - TCP client and TCP server.
Every node has one TCP server and as much clients as connections to the...
2009-02-12 10:24:19 UTC in SWANS++
-
Hi,
Did anyone try to use ServerSocketChannels, Selector etc.
I 'm trying to simulate network with quite a big traffic. I am using threads now but it is not scalable, and when I try to simulate a lot of clients connections to the servers I expierience out of memory exception.
Can anyone help ?
thanks in advance.
best regards,
luka.
2009-02-09 15:05:22 UTC in SWANS++