Matthias Wachs [Mon, 31 Mar 2014 09:02:34 +0000 (09:02 +0000)]
debug message for assertion to figure out malformed address length
Bruno Cabral [Sun, 30 Mar 2014 13:42:47 +0000 (13:42 +0000)]
friend is a reserved work in C++. Rename to friend_id.
Matthias Wachs [Sat, 29 Mar 2014 06:51:25 +0000 (06:51 +0000)]
no need to be an error
Matthias Wachs [Sat, 29 Mar 2014 06:44:04 +0000 (06:44 +0000)]
debuggging message for "send ACK but no session found" issue
Matthias Wachs [Sat, 29 Mar 2014 05:45:46 +0000 (05:45 +0000)]
destroy session if connect fails
Claudiu Olteanu [Fri, 28 Mar 2014 21:41:12 +0000 (21:41 +0000)]
Fixed the overflow problems reported in issue 3350
Matthias Wachs [Fri, 28 Mar 2014 16:41:42 +0000 (16:41 +0000)]
changes to switch when connected
Matthias Wachs [Fri, 28 Mar 2014 15:09:29 +0000 (15:09 +0000)]
cancel delayed disconnect task on free
Matthias Wachs [Fri, 28 Mar 2014 14:55:42 +0000 (14:55 +0000)]
changes in ACK handling
Matthias Wachs [Fri, 28 Mar 2014 13:39:12 +0000 (13:39 +0000)]
make plugin fail if bind fails ...
Matthias Wachs [Fri, 28 Mar 2014 13:06:44 +0000 (13:06 +0000)]
re-add address on connect
Matthias Wachs [Fri, 28 Mar 2014 12:42:39 +0000 (12:42 +0000)]
fixing crash in unix
Supriti Singh [Fri, 28 Mar 2014 10:24:39 +0000 (10:24 +0000)]
Framework for put/get/monitor
Matthias Wachs [Fri, 28 Mar 2014 08:41:34 +0000 (08:41 +0000)]
improved printing
Matthias Wachs [Fri, 28 Mar 2014 08:30:30 +0000 (08:30 +0000)]
fixing crash: cancel dead task
1004493731513019834!
Matthias Wachs [Thu, 27 Mar 2014 16:51:50 +0000 (16:51 +0000)]
API header with disconnect call
Matthias Wachs [Thu, 27 Mar 2014 16:51:32 +0000 (16:51 +0000)]
added functionality to use the CLI to disconnect peers
fixed DISCONNECT functionality
Matthias Wachs [Thu, 27 Mar 2014 15:03:17 +0000 (15:03 +0000)]
We do not need the address and session here
Matthias Wachs [Thu, 27 Mar 2014 13:41:20 +0000 (13:41 +0000)]
improved network lookup
Matthias Wachs [Thu, 27 Mar 2014 13:15:01 +0000 (13:15 +0000)]
one break to break it all:
disconnecting blacklist client was removed from first blacklist check only
Matthias Wachs [Thu, 27 Mar 2014 12:35:39 +0000 (12:35 +0000)]
blacklist checks have to be cancelled when session is terminated, especially when blacklist clients are active
Matthias Wachs [Thu, 27 Mar 2014 10:20:43 +0000 (10:20 +0000)]
remove blacklist check in neighbours on CONNECT
Matthias Wachs [Thu, 27 Mar 2014 10:20:13 +0000 (10:20 +0000)]
reformat
Matthias Wachs [Thu, 27 Mar 2014 09:35:27 +0000 (09:35 +0000)]
some testing code for debugging
Matthias Wachs [Thu, 27 Mar 2014 09:05:19 +0000 (09:05 +0000)]
Address was not deleted if SEND_CONNECT in FAST RECONNECT failed
Therefore alternative inbound session was not suggested ...
This was a hard one...
Matthias Wachs [Wed, 26 Mar 2014 16:29:55 +0000 (16:29 +0000)]
error handling for failed CONNECT messages in CONNECT_SWITCHING
Matthias Wachs [Wed, 26 Mar 2014 15:04:29 +0000 (15:04 +0000)]
we do not need this address in neighbours: was already added when CONNECT was received in _transport.c before CONNECT was given to neighbours
Matthias Wachs [Wed, 26 Mar 2014 14:59:36 +0000 (14:59 +0000)]
remove CONNECT_SWITCHING_BLACKLIST state
Matthias Wachs [Wed, 26 Mar 2014 14:16:41 +0000 (14:16 +0000)]
removing GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST state
Matthias Wachs [Wed, 26 Mar 2014 13:07:03 +0000 (13:07 +0000)]
remove debugging breaks
Sree Harsha Totakura [Wed, 26 Mar 2014 11:08:09 +0000 (11:08 +0000)]
- Avoid dereferencing undefined pointer when the request status indicates an error.
Matthias Wachs [Wed, 26 Mar 2014 11:02:57 +0000 (11:02 +0000)]
remove debug break
Matthias Wachs [Wed, 26 Mar 2014 10:54:36 +0000 (10:54 +0000)]
remove state
Matthias Wachs [Wed, 26 Mar 2014 10:54:04 +0000 (10:54 +0000)]
removing blacklist state not required anymore
Matthias Wachs [Wed, 26 Mar 2014 09:40:07 +0000 (09:40 +0000)]
fix compile warning
Matthias Wachs [Tue, 25 Mar 2014 16:40:41 +0000 (16:40 +0000)]
Do blacklist checks on CONNECT before giving CONNECT to neighbours.
If peer is blacklisted we do not need to to anything, this simplifies the state machine:
If peer is blacklisted: CONNECT is not given to neighbours
If address is blacklisted: address is not given to ATS and will therefore not be suggested
So neighbour can use this information without additional blacklist checks
Matthias Wachs [Mon, 24 Mar 2014 16:43:41 +0000 (16:43 +0000)]
checking incoming connection behaviour:
- removing blacklist checks for incoming checks
- adjusting blacklist check on connect to report to ATS
- incoming blacklist check states did not set timeouts
- timeouts not set for PS_CONNECT_RECV_BLACKLIST_INBOUND in handle_connect
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