oweals/gnunet.git
11 years agonew function to check if session is known to ats
Matthias Wachs [Thu, 11 Jul 2013 14:44:03 +0000 (14:44 +0000)]
new function to check if session is known to ats
required for two reasons:
we cannot update metrics for validation sessions since these are not known to ats
a remote peer can decide to use an inbound validation session to transmit data, so we have to add the session to ats if we receive payload on a session

11 years ago-add extra checks
Christian Grothoff [Thu, 11 Jul 2013 14:39:20 +0000 (14:39 +0000)]
-add extra checks

11 years agoFinishing mesh reliable:
Bart Polot [Thu, 11 Jul 2013 14:30:44 +0000 (14:30 +0000)]
Finishing mesh reliable:
- per-tunnel retransmission, always retransmit oldest not-ACK'd message
- adaptive retransmission delay
-- start with 1s
-- use per-message timing to update expected delay on each ACK as d = avg (d, new)
-- update pending retransmissions with new values

11 years agolog level
Matthias Wachs [Thu, 11 Jul 2013 14:03:25 +0000 (14:03 +0000)]
log level

11 years agoremoving unwanted break
Matthias Wachs [Thu, 11 Jul 2013 13:50:03 +0000 (13:50 +0000)]
removing unwanted break

11 years agoremoving general address adding
Matthias Wachs [Thu, 11 Jul 2013 13:49:49 +0000 (13:49 +0000)]
removing general address adding

11 years agoprinting inbound addresses
Matthias Wachs [Thu, 11 Jul 2013 13:48:54 +0000 (13:48 +0000)]
printing inbound addresses

11 years agoadding debug message
Matthias Wachs [Thu, 11 Jul 2013 13:48:38 +0000 (13:48 +0000)]
adding debug message

11 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 13:48:18 +0000 (13:48 +0000)]
fixed:
inbound address size
reporting inbound sessions

11 years ago- more mess from retransmission of data
Bart Polot [Thu, 11 Jul 2013 13:03:08 +0000 (13:03 +0000)]
- more mess from retransmission of data

11 years agonotification for inbound sessions
Matthias Wachs [Thu, 11 Jul 2013 12:56:53 +0000 (12:56 +0000)]
notification for inbound sessions

11 years ago- fix memleak
Bart Polot [Thu, 11 Jul 2013 12:53:45 +0000 (12:53 +0000)]
- fix memleak

11 years ago- queue_destroy does all the work
Bart Polot [Thu, 11 Jul 2013 12:53:07 +0000 (12:53 +0000)]
- queue_destroy does all the work

11 years agofix: wrong address length
Matthias Wachs [Thu, 11 Jul 2013 12:34:09 +0000 (12:34 +0000)]
fix: wrong address length

11 years ago- drop newest message when a retransmission comes in
Bart Polot [Thu, 11 Jul 2013 12:11:15 +0000 (12:11 +0000)]
- drop newest message when a retransmission comes in

11 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 12:06:25 +0000 (12:06 +0000)]
fixed:
printing of inbound session
size of inbound sessions

11 years ago-typo
Christian Grothoff [Thu, 11 Jul 2013 12:03:27 +0000 (12:03 +0000)]
-typo

11 years ago-slight simplifications
Christian Grothoff [Thu, 11 Jul 2013 12:03:06 +0000 (12:03 +0000)]
-slight simplifications

11 years ago- avoid POLL messing with reliability counter
Bart Polot [Thu, 11 Jul 2013 11:58:09 +0000 (11:58 +0000)]
- avoid POLL messing with reliability counter

11 years ago-document
Christian Grothoff [Thu, 11 Jul 2013 11:56:05 +0000 (11:56 +0000)]
-document

11 years ago- avoid POLL messing with reliability counter
Bart Polot [Thu, 11 Jul 2013 11:39:18 +0000 (11:39 +0000)]
- avoid POLL messing with reliability counter

11 years agoadded bt quota
Matthias Wachs [Thu, 11 Jul 2013 11:35:57 +0000 (11:35 +0000)]
added bt quota

11 years agofixed:
Matthias Wachs [Thu, 11 Jul 2013 11:29:34 +0000 (11:29 +0000)]
fixed:
- printing inbound connections
- lookup for existing sessions
- notifying transport with session_start only for inbound sessions

11 years agofix:
Matthias Wachs [Thu, 11 Jul 2013 09:37:13 +0000 (09:37 +0000)]
fix:

return address length 0 for inbound session
- return session only if inbound flag is set:
issue because plugin sends TCP_WELCOME messages for incoming connections not only outbount

11 years agofix for printing
Matthias Wachs [Thu, 11 Jul 2013 09:15:06 +0000 (09:15 +0000)]
fix for printing

11 years agoremove ,
Matthias Wachs [Thu, 11 Jul 2013 07:47:08 +0000 (07:47 +0000)]
remove ,

11 years agofixing uninitialized values
Matthias Wachs [Thu, 11 Jul 2013 07:24:23 +0000 (07:24 +0000)]
fixing uninitialized values

11 years agofix for header
Matthias Wachs [Thu, 11 Jul 2013 07:03:59 +0000 (07:03 +0000)]
fix for header

11 years ago- doxygen
Bart Polot [Wed, 10 Jul 2013 23:08:55 +0000 (23:08 +0000)]
- doxygen

11 years ago- don't let retransmissions mess with per-hop ACK
Bart Polot [Wed, 10 Jul 2013 17:29:54 +0000 (17:29 +0000)]
- don't let retransmissions mess with per-hop ACK

11 years ago- data_ack ack's all previous messages, change hashmap to FIFO DLL
Bart Polot [Wed, 10 Jul 2013 16:53:19 +0000 (16:53 +0000)]
- data_ack ack's all previous messages, change hashmap to FIFO DLL

11 years ago- missing message types
Bart Polot [Wed, 10 Jul 2013 15:36:24 +0000 (15:36 +0000)]
- missing message types

11 years ago- updated message numbers
Bart Polot [Wed, 10 Jul 2013 15:11:20 +0000 (15:11 +0000)]
- updated message numbers

11 years ago- use different DATA ACK for both directions
Bart Polot [Wed, 10 Jul 2013 15:10:59 +0000 (15:10 +0000)]
- use different DATA ACK for both directions

11 years ago- nbo
Bart Polot [Wed, 10 Jul 2013 15:10:19 +0000 (15:10 +0000)]
- nbo

11 years ago-extra checks
Christian Grothoff [Wed, 10 Jul 2013 14:23:19 +0000 (14:23 +0000)]
-extra checks

11 years ago-no void
Christian Grothoff [Wed, 10 Jul 2013 13:16:35 +0000 (13:16 +0000)]
-no void

11 years ago- fix decoding of tunnel options
Bart Polot [Wed, 10 Jul 2013 13:12:03 +0000 (13:12 +0000)]
- fix decoding of tunnel options

11 years ago- change retransmit time to #define, debug
Bart Polot [Wed, 10 Jul 2013 13:11:22 +0000 (13:11 +0000)]
- change retransmit time to #define, debug

11 years ago- when did this disappear????
Bart Polot [Wed, 10 Jul 2013 13:10:25 +0000 (13:10 +0000)]
- when did this disappear????

11 years agosession report in http server
Matthias Wachs [Wed, 10 Jul 2013 12:45:22 +0000 (12:45 +0000)]
session report in http server

11 years ago-const where const can
Christian Grothoff [Wed, 10 Jul 2013 12:43:13 +0000 (12:43 +0000)]
-const where const can

11 years ago- use proper reliability metadata
Bart Polot [Wed, 10 Jul 2013 12:34:05 +0000 (12:34 +0000)]
- use proper reliability metadata

11 years agoreport session
Matthias Wachs [Wed, 10 Jul 2013 12:34:00 +0000 (12:34 +0000)]
report session

11 years agounkown session reporting
Matthias Wachs [Wed, 10 Jul 2013 12:20:21 +0000 (12:20 +0000)]
unkown session reporting

11 years agomove error reporting to client, since now it's the plugins fault if sessions are...
Matthias Wachs [Wed, 10 Jul 2013 12:20:04 +0000 (12:20 +0000)]
move error reporting to client, since now it's the plugins fault if sessions are unknown

11 years ago- client can be owner AND destination
Bart Polot [Wed, 10 Jul 2013 12:12:11 +0000 (12:12 +0000)]
- client can be owner AND destination

11 years agomodified validation to use new api call to set networktype
Matthias Wachs [Wed, 10 Jul 2013 12:01:41 +0000 (12:01 +0000)]
modified validation to use new api call to set networktype

11 years ago- rollback
Bart Polot [Wed, 10 Jul 2013 11:58:22 +0000 (11:58 +0000)]
- rollback

11 years ago- simplified MESH client<->service API as per suggestions in bug #2934
Bart Polot [Wed, 10 Jul 2013 11:57:16 +0000 (11:57 +0000)]
- simplified MESH client<->service API as per suggestions in bug #2934

11 years ago- fix
Bart Polot [Wed, 10 Jul 2013 11:39:54 +0000 (11:39 +0000)]
- fix

11 years agofix: infinite loop if option was given
Matthias Wachs [Wed, 10 Jul 2013 10:33:19 +0000 (10:33 +0000)]
fix: infinite loop if option was given

11 years agoadd default operation when no argument is given
Matthias Wachs [Wed, 10 Jul 2013 10:24:28 +0000 (10:24 +0000)]
add default operation when no argument is given

11 years agoincluding expiration time in output
Matthias Wachs [Wed, 10 Jul 2013 10:19:18 +0000 (10:19 +0000)]
including expiration time in output

11 years agorenaming function
Matthias Wachs [Wed, 10 Jul 2013 08:55:12 +0000 (08:55 +0000)]
renaming function

11 years agomove add function directly to transport
Matthias Wachs [Wed, 10 Jul 2013 08:53:22 +0000 (08:53 +0000)]
move add function directly to transport

11 years agocode deduplication: move to function
Matthias Wachs [Wed, 10 Jul 2013 08:24:33 +0000 (08:24 +0000)]
code deduplication: move to function

11 years agocheck implementation of api while loading plugn
Matthias Wachs [Wed, 10 Jul 2013 07:59:58 +0000 (07:59 +0000)]
check implementation of api while loading plugn

11 years agochanged return type to enum
Matthias Wachs [Wed, 10 Jul 2013 07:48:41 +0000 (07:48 +0000)]
changed return type to enum
added get_network to template

11 years ago- set service working
Florian Dold [Wed, 10 Jul 2013 01:31:13 +0000 (01:31 +0000)]
- set service working
- set profiler

11 years ago- full message struct initialization
Florian Dold [Wed, 10 Jul 2013 01:26:04 +0000 (01:26 +0000)]
- full message struct initialization

11 years ago- don't use deltas, send last PID in POLL message instead
Bart Polot [Wed, 10 Jul 2013 01:11:29 +0000 (01:11 +0000)]
- don't use deltas, send last PID in POLL message instead

11 years ago- use deltas for ack polling
Bart Polot [Wed, 10 Jul 2013 00:52:55 +0000 (00:52 +0000)]
- use deltas for ack polling

11 years ago- use multihashmap32 instead of own implementation
Bart Polot [Wed, 10 Jul 2013 00:09:06 +0000 (00:09 +0000)]
- use multihashmap32 instead of own implementation

11 years ago- fix script
Bart Polot [Tue, 9 Jul 2013 23:46:20 +0000 (23:46 +0000)]
- fix script

11 years ago- don't reject future traffic, related to bug #2934
Bart Polot [Tue, 9 Jul 2013 23:46:07 +0000 (23:46 +0000)]
- don't reject future traffic, related to bug #2934

11 years ago- fix unreliable expected traffic
Bart Polot [Tue, 9 Jul 2013 23:44:37 +0000 (23:44 +0000)]
- fix unreliable expected traffic

11 years ago- don't overwrite logs
Bart Polot [Tue, 9 Jul 2013 23:03:31 +0000 (23:03 +0000)]
- don't overwrite logs

11 years ago- don't shcdule retransmissions of unreliable packets
Bart Polot [Tue, 9 Jul 2013 23:03:12 +0000 (23:03 +0000)]
- don't shcdule retransmissions of unreliable packets

11 years ago- changes not intended to be commited yet
Bart Polot [Tue, 9 Jul 2013 22:52:26 +0000 (22:52 +0000)]
- changes not intended to be commited yet

11 years ago- fix segfault on retransmission
Bart Polot [Tue, 9 Jul 2013 22:50:41 +0000 (22:50 +0000)]
- fix segfault on retransmission

11 years ago-add missing option
Christian Grothoff [Tue, 9 Jul 2013 21:41:19 +0000 (21:41 +0000)]
-add missing option

11 years ago-check for NULL
Christian Grothoff [Tue, 9 Jul 2013 21:40:17 +0000 (21:40 +0000)]
-check for NULL

11 years ago- initialized all fields of mesh's tunnel destroy message
Florian Dold [Tue, 9 Jul 2013 21:03:52 +0000 (21:03 +0000)]
- initialized all fields of mesh's tunnel destroy message

11 years ago-more ideas on naming
Christian Grothoff [Tue, 9 Jul 2013 20:58:41 +0000 (20:58 +0000)]
-more ideas on naming

11 years ago-1:1 unicast --- not sure it belongs in social API
Christian Grothoff [Tue, 9 Jul 2013 20:38:44 +0000 (20:38 +0000)]
-1:1 unicast --- not sure it belongs in social API

11 years ago-underscores for lynx
Christian Grothoff [Tue, 9 Jul 2013 20:38:26 +0000 (20:38 +0000)]
-underscores for lynx

11 years agorename 'leave' to 'part' as 'part' is the better opposite of 'join'
Christian Grothoff [Tue, 9 Jul 2013 20:12:33 +0000 (20:12 +0000)]
rename 'leave' to 'part' as 'part' is the better opposite of 'join'

11 years agoadding addresses with network
Matthias Wachs [Tue, 9 Jul 2013 15:40:03 +0000 (15:40 +0000)]
adding addresses with network

11 years agothis add should not be required anymore
Matthias Wachs [Tue, 9 Jul 2013 15:39:42 +0000 (15:39 +0000)]
this add should not be required  anymore

11 years agoget function implementation in all plugins
Matthias Wachs [Tue, 9 Jul 2013 15:39:23 +0000 (15:39 +0000)]
get function implementation in all plugins

11 years agoadded function
Matthias Wachs [Tue, 9 Jul 2013 15:28:51 +0000 (15:28 +0000)]
added function

11 years agonew api function to get network for session
Matthias Wachs [Tue, 9 Jul 2013 15:23:13 +0000 (15:23 +0000)]
new api function to get network for session

11 years agodo not add or update if sessions are equal
Matthias Wachs [Tue, 9 Jul 2013 14:44:36 +0000 (14:44 +0000)]
do not add or update if sessions are equal

11 years ago-update docu
Christian Grothoff [Tue, 9 Jul 2013 14:38:32 +0000 (14:38 +0000)]
-update docu

11 years ago-fixes in monitoring code
Christian Grothoff [Tue, 9 Jul 2013 14:37:12 +0000 (14:37 +0000)]
-fixes in monitoring code

11 years agofixed adding addresses with updated networks
Matthias Wachs [Tue, 9 Jul 2013 14:33:24 +0000 (14:33 +0000)]
fixed adding addresses with updated networks

11 years agomissing file
Matthias Wachs [Tue, 9 Jul 2013 14:19:19 +0000 (14:19 +0000)]
missing file

11 years ago-testcase for monitoring, fails right now, as a good test should...
Christian Grothoff [Tue, 9 Jul 2013 14:04:00 +0000 (14:04 +0000)]
-testcase for monitoring, fails right now, as a good test should...

11 years agofinish implementation of monitoring, send change notifications to all clients
Christian Grothoff [Tue, 9 Jul 2013 13:26:11 +0000 (13:26 +0000)]
finish implementation of monitoring, send change notifications to all clients

11 years agoif io is enabled and shipped hellos not, hellos from peers we created should still...
Matthias Wachs [Tue, 9 Jul 2013 13:19:11 +0000 (13:19 +0000)]
if io is enabled and shipped hellos not, hellos from peers we created should still be read

11 years agonew function for plugins to signal inbound session,
Matthias Wachs [Tue, 9 Jul 2013 12:40:15 +0000 (12:40 +0000)]
new function for plugins to signal inbound session,
have to extend plugins

11 years agofunctionality to disable shipped hellos
Matthias Wachs [Tue, 9 Jul 2013 11:23:37 +0000 (11:23 +0000)]
functionality to disable shipped hellos

11 years agobetter just a warning
Matthias Wachs [Tue, 9 Jul 2013 11:23:16 +0000 (11:23 +0000)]
better just a warning

11 years agodo not use hellos included in gnunet with testcases
Matthias Wachs [Tue, 9 Jul 2013 11:22:58 +0000 (11:22 +0000)]
do not use hellos included in gnunet with testcases

11 years ago-towards having monitoring
Christian Grothoff [Tue, 9 Jul 2013 09:57:47 +0000 (09:57 +0000)]
-towards having monitoring

11 years agofixing output + additional peer id check
Matthias Wachs [Tue, 9 Jul 2013 09:27:31 +0000 (09:27 +0000)]
fixing output + additional peer id check

11 years agofixing ats-tool output
Matthias Wachs [Tue, 9 Jul 2013 09:23:41 +0000 (09:23 +0000)]
fixing ats-tool output

11 years agofix segfault on missing type
Matthias Wachs [Tue, 9 Jul 2013 09:21:04 +0000 (09:21 +0000)]
fix segfault on missing type

11 years ago-towards implementing monitor functions in service
Christian Grothoff [Tue, 9 Jul 2013 09:13:40 +0000 (09:13 +0000)]
-towards implementing monitor functions in service