Matthias Wachs [Mon, 24 Mar 2014 15:26:46 +0000 (15:26 +0000)]
FIX:
In ATS fast reconnect the timeout was not set correctly if reconnect was successful and neighbour was disconnected in master task after 1 second
Matthias Wachs [Mon, 24 Mar 2014 15:06:30 +0000 (15:06 +0000)]
checking incoming connections
major fixes:
- do not disconnect neighbor on CONNECT_SENT timeout, but:
destroy address and expect new address from ATS
- fixes related to mantis #3263 when peers reconnect:
when peers receive CONNECT in PS_DISCONNECT, disconnect was completed but
-- no address requested
-- ack timestamp not saved
-- ack state was not set to expect a SESSION_ACK message
-> reconnect failed!
minor change:
- adding a GST_ACK_State enumeration to make code easier understandable
Supriti Singh [Mon, 24 Mar 2014 12:28:30 +0000 (12:28 +0000)]
Merged update_successor and update_predecessor with finger table add
Matthias Wachs [Mon, 24 Mar 2014 10:22:07 +0000 (10:22 +0000)]
task was not marked as canceled when canceled
fixing mantis #
0003345
Bart Polot [Sat, 22 Mar 2014 22:54:51 +0000 (22:54 +0000)]
- fix
Bart Polot [Sat, 22 Mar 2014 22:53:49 +0000 (22:53 +0000)]
- fix
Bart Polot [Sat, 22 Mar 2014 22:53:48 +0000 (22:53 +0000)]
- optimizations for runtime
Bart Polot [Sat, 22 Mar 2014 22:46:04 +0000 (22:46 +0000)]
- add more links
Bart Polot [Sat, 22 Mar 2014 22:46:02 +0000 (22:46 +0000)]
- start test if warmup "fails"
Bart Polot [Sat, 22 Mar 2014 22:37:13 +0000 (22:37 +0000)]
- fix handling of duplicate incoming channel create with respect to queued retransmissions
Bart Polot [Sat, 22 Mar 2014 20:56:45 +0000 (20:56 +0000)]
- profiler changes
Bart Polot [Sat, 22 Mar 2014 20:56:41 +0000 (20:56 +0000)]
- dont assert
Bart Polot [Sat, 22 Mar 2014 19:27:16 +0000 (19:27 +0000)]
- debug
Bart Polot [Sat, 22 Mar 2014 16:54:40 +0000 (16:54 +0000)]
- pass warmup parameter
Bart Polot [Sat, 22 Mar 2014 16:54:38 +0000 (16:54 +0000)]
- fix
Bart Polot [Sat, 22 Mar 2014 02:58:45 +0000 (02:58 +0000)]
- cancel SYNACK retry task when forced to SYNACK by an incoming SYN
Bart Polot [Sat, 22 Mar 2014 02:58:43 +0000 (02:58 +0000)]
- don-t re-scheduler, destroy immediately (comes from scheduler)
Bart Polot [Sat, 22 Mar 2014 02:58:42 +0000 (02:58 +0000)]
- fix mask
Bart Polot [Sat, 22 Mar 2014 02:58:40 +0000 (02:58 +0000)]
- set first channel number properly
Bart Polot [Sat, 22 Mar 2014 02:58:39 +0000 (02:58 +0000)]
- send ACK on duplicate channel_create
Bart Polot [Sat, 22 Mar 2014 02:58:37 +0000 (02:58 +0000)]
- fix peer to notify
Bart Polot [Sat, 22 Mar 2014 02:58:36 +0000 (02:58 +0000)]
- don't delay tests
Bart Polot [Sat, 22 Mar 2014 02:58:34 +0000 (02:58 +0000)]
- invalidate instead of destroying, to avoid reusing right away (from stale DHT info, for instance)
Bart Polot [Sat, 22 Mar 2014 02:58:33 +0000 (02:58 +0000)]
- elimiate all paths
Bart Polot [Sat, 22 Mar 2014 02:58:32 +0000 (02:58 +0000)]
- eliminate broken paths
Bart Polot [Sat, 22 Mar 2014 02:58:30 +0000 (02:58 +0000)]
- use proper type
Bart Polot [Sat, 22 Mar 2014 02:58:28 +0000 (02:58 +0000)]
- fix infinite resend loop
Bart Polot [Sat, 22 Mar 2014 02:58:27 +0000 (02:58 +0000)]
- check path length AFTER shortening
Bart Polot [Sat, 22 Mar 2014 02:58:26 +0000 (02:58 +0000)]
- log
Bart Polot [Sat, 22 Mar 2014 02:58:24 +0000 (02:58 +0000)]
-fix own position
Bart Polot [Sat, 22 Mar 2014 02:58:23 +0000 (02:58 +0000)]
- fix
Bart Polot [Sat, 22 Mar 2014 02:58:22 +0000 (02:58 +0000)]
- start test only after warmup
Bart Polot [Sat, 22 Mar 2014 02:58:20 +0000 (02:58 +0000)]
- simplify, improve to 15000 lines/s
Bart Polot [Sat, 22 Mar 2014 02:58:19 +0000 (02:58 +0000)]
- optimize
Bart Polot [Sat, 22 Mar 2014 02:58:17 +0000 (02:58 +0000)]
- adjust nse on the fly
Bart Polot [Sat, 22 Mar 2014 02:58:15 +0000 (02:58 +0000)]
- adjust retry time to expiration
Bart Polot [Fri, 21 Mar 2014 23:06:54 +0000 (23:06 +0000)]
- expire data with hello
Bart Polot [Fri, 21 Mar 2014 23:06:53 +0000 (23:06 +0000)]
- connections no longer have native 512 hashes, translation is used
Bart Polot [Fri, 21 Mar 2014 23:06:51 +0000 (23:06 +0000)]
- dont show warning on duplicate broken connections
Bart Polot [Fri, 21 Mar 2014 23:06:50 +0000 (23:06 +0000)]
- use full path debug
Bart Polot [Fri, 21 Mar 2014 23:06:48 +0000 (23:06 +0000)]
- fix false break() on retransmisson of connection_broken messages
Matthias Wachs [Fri, 21 Mar 2014 19:53:29 +0000 (19:53 +0000)]
remove unsued INIT_BLACKLIST state: blacklist check is done before switching
Matthias Wachs [Fri, 21 Mar 2014 19:34:21 +0000 (19:34 +0000)]
print message if service is not running
Bart Polot [Fri, 21 Mar 2014 18:44:55 +0000 (18:44 +0000)]
- fix path optimization bug
Bart Polot [Fri, 21 Mar 2014 18:44:54 +0000 (18:44 +0000)]
- add warmup phase
Bart Polot [Fri, 21 Mar 2014 18:44:52 +0000 (18:44 +0000)]
- clean stdout output, log debug still
Bart Polot [Fri, 21 Mar 2014 18:44:51 +0000 (18:44 +0000)]
- avoid excessive keepalives
Bart Polot [Fri, 21 Mar 2014 18:44:49 +0000 (18:44 +0000)]
-log
Bart Polot [Fri, 21 Mar 2014 18:44:48 +0000 (18:44 +0000)]
-move round time to cli, fix config file
Bart Polot [Fri, 21 Mar 2014 18:44:46 +0000 (18:44 +0000)]
- check early
Bart Polot [Fri, 21 Mar 2014 18:44:45 +0000 (18:44 +0000)]
- move pings to cli
Bart Polot [Fri, 21 Mar 2014 18:44:43 +0000 (18:44 +0000)]
- log output
Bart Polot [Fri, 21 Mar 2014 18:44:42 +0000 (18:44 +0000)]
- allocate memory, not array anymore
Bart Polot [Fri, 21 Mar 2014 18:44:40 +0000 (18:44 +0000)]
- not abort condition
Bart Polot [Fri, 21 Mar 2014 18:44:38 +0000 (18:44 +0000)]
- ignore
Bart Polot [Fri, 21 Mar 2014 18:44:37 +0000 (18:44 +0000)]
- hide temp config file, show config template
Bart Polot [Fri, 21 Mar 2014 18:44:36 +0000 (18:44 +0000)]
- hide template
Bart Polot [Fri, 21 Mar 2014 18:44:34 +0000 (18:44 +0000)]
- wrap profiler in script to alter config file
Bart Polot [Fri, 21 Mar 2014 18:44:32 +0000 (18:44 +0000)]
- read peers form argv
Bart Polot [Fri, 21 Mar 2014 18:44:30 +0000 (18:44 +0000)]
- add stddev
Bart Polot [Fri, 21 Mar 2014 18:44:29 +0000 (18:44 +0000)]
- changes to round system, stats collection
Bart Polot [Fri, 21 Mar 2014 18:44:28 +0000 (18:44 +0000)]
- adjust transport delay
Bart Polot [Fri, 21 Mar 2014 18:44:26 +0000 (18:44 +0000)]
- create own config file
Bart Polot [Fri, 21 Mar 2014 18:44:24 +0000 (18:44 +0000)]
- copy & fail
Bart Polot [Fri, 21 Mar 2014 18:44:22 +0000 (18:44 +0000)]
- check channel creation
Bart Polot [Fri, 21 Mar 2014 18:44:21 +0000 (18:44 +0000)]
- test delay
Bart Polot [Fri, 21 Mar 2014 18:44:20 +0000 (18:44 +0000)]
- dht debug path
Bart Polot [Fri, 21 Mar 2014 18:44:18 +0000 (18:44 +0000)]
- requeue messages on connection broken
Bart Polot [Fri, 21 Mar 2014 18:44:17 +0000 (18:44 +0000)]
- log
Bart Polot [Fri, 21 Mar 2014 18:44:15 +0000 (18:44 +0000)]
- add message pop from transmission queue
Bart Polot [Fri, 21 Mar 2014 18:44:13 +0000 (18:44 +0000)]
- remove explicit keepalive rest
Bart Polot [Fri, 21 Mar 2014 18:44:12 +0000 (18:44 +0000)]
- set disable_try_connect for tests/profiler
Bart Polot [Fri, 21 Mar 2014 18:44:11 +0000 (18:44 +0000)]
- add DISABLE_TRY_CONNECT option
Bart Polot [Fri, 21 Mar 2014 18:44:09 +0000 (18:44 +0000)]
- establish connections on new paths
Bart Polot [Fri, 21 Mar 2014 18:44:08 +0000 (18:44 +0000)]
-remove dead code
Bart Polot [Fri, 21 Mar 2014 18:44:06 +0000 (18:44 +0000)]
- add connection count check, doc
Bart Polot [Fri, 21 Mar 2014 18:44:05 +0000 (18:44 +0000)]
-log
Matthias Wachs [Fri, 21 Mar 2014 12:59:15 +0000 (12:59 +0000)]
fix compile warning
Matthias Wachs [Fri, 21 Mar 2014 12:56:24 +0000 (12:56 +0000)]
fix initialized value in udp on invalid address
fix log message
Matthias Wachs [Fri, 21 Mar 2014 11:40:20 +0000 (11:40 +0000)]
-lgcrypt fails if gcrypt is not in lib search path: use variable to link libcrypt
Matthias Wachs [Thu, 20 Mar 2014 20:06:51 +0000 (20:06 +0000)]
when switching addresses in connect_sent: no blacklist check required, switch directly and send new connect
Supriti Singh [Thu, 20 Mar 2014 14:00:52 +0000 (14:00 +0000)]
Updated find successor
Matthias Wachs [Thu, 20 Mar 2014 10:42:14 +0000 (10:42 +0000)]
doxygen fixes
Matthias Wachs [Thu, 20 Mar 2014 10:42:04 +0000 (10:42 +0000)]
improved log message
Matthias Wachs [Thu, 20 Mar 2014 09:58:43 +0000 (09:58 +0000)]
renaming generator type for ats
addign comment for bandwidth
Matthias Wachs [Thu, 20 Mar 2014 09:57:59 +0000 (09:57 +0000)]
fixed check for destruction of inbound addresses
Matthias Wachs [Thu, 20 Mar 2014 09:57:36 +0000 (09:57 +0000)]
use address in session end callback
Matthias Wachs [Thu, 20 Mar 2014 09:56:35 +0000 (09:56 +0000)]
session end function must include address to notify address
Matthias Wachs [Thu, 20 Mar 2014 09:55:46 +0000 (09:55 +0000)]
new session end function including address
Matthias Wachs [Thu, 20 Mar 2014 09:33:28 +0000 (09:33 +0000)]
additional log info
Matthias Wachs [Thu, 20 Mar 2014 09:05:01 +0000 (09:05 +0000)]
remove testing breaks and add documentation for checks
Matthias Wachs [Wed, 19 Mar 2014 16:36:58 +0000 (16:36 +0000)]
addtional check for failed CONNECT messages + some testing
Matthias Wachs [Wed, 19 Mar 2014 15:07:21 +0000 (15:07 +0000)]
unsetting primary address on when free'ing address for monitoring
Matthias Wachs [Wed, 19 Mar 2014 14:35:17 +0000 (14:35 +0000)]
formatting
Matthias Wachs [Wed, 19 Mar 2014 14:35:07 +0000 (14:35 +0000)]
additional condition for logging
Matthias Wachs [Wed, 19 Mar 2014 13:35:15 +0000 (13:35 +0000)]
removing duplicate state transission
Matthias Wachs [Wed, 19 Mar 2014 09:55:56 +0000 (09:55 +0000)]
changes to connect behabviour and a lot iof improved debug messages
Matthias Wachs [Tue, 18 Mar 2014 13:32:01 +0000 (13:32 +0000)]
fixed configuration testing: NAT testing was not working
Matthias Wachs [Tue, 18 Mar 2014 08:52:06 +0000 (08:52 +0000)]
updated tutorial with Omar's remarks and fixes
Matthias Wachs [Mon, 17 Mar 2014 16:36:51 +0000 (16:36 +0000)]
fast reconnect: new state is reconnect, not init
this fixes mantis #
0003330: assertion at transport_api.c:618