aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Collapse)AuthorAge
...
* -indentationChristian Grothoff2015-01-25
|
* -undo bad commitChristian Grothoff2015-01-25
|
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
|
* store suggest handles, do not dropChristian Grothoff2015-01-25
|
* towards a cleaner ATS scheduling APIChristian Grothoff2015-01-22
|
* -towards improved ATS API, adding return value with address record when ↵Christian Grothoff2015-01-19
| | | | adding address, adding new subsystem with peer-to-address map to transport; causes various new assertions to fail, but no major regression -- not finished
* -remarking on things to fixChristian Grothoff2015-01-18
|
* removing dead logic to copy and pass around unused ATS valuesChristian Grothoff2015-01-18
|
* -just indentation, dead codeChristian Grothoff2015-01-18
|
* eliminating callback argument and its implementation which are never called ↵Christian Grothoff2015-01-17
| | | | in the first place by ATS
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -add assertionChristian Grothoff2014-12-20
|
* -remove dead assignmentChristian Grothoff2014-10-05
|
* fix for neigbours created multiple timesMatthias Wachs2014-09-03
|
* profilerMatthias Wachs2014-08-29
|
* rename switching stateMatthias Wachs2014-08-28
|
* using tcp terminology for 3 way handshake: syn/syn_ack/ack Matthias Wachs2014-08-28
| | | | | renaming all functions, states, messages ...
* fixes for neighbor:Matthias Wachs2014-06-27
| | | | | | | | - when alternative address is terminated always free address - when primary address is disconnected during switch, go to "RECONNECT_SENT" and not RECONNECT_ATS_INIT
* reduced debug levelMatthias Wachs2014-06-26
|
* if suggested address == primary address only update quotasMatthias Wachs2014-06-26
|
* detecting duplicate connectsMatthias Wachs2014-06-26
|
* remove breaks not required anymoreMatthias Wachs2014-05-26
|
* fix for address switching when both peers switch at about the same time and ↵Matthias Wachs2014-05-21
| | | | an additional SESSION_ACK is received
* remove debugging outputMatthias Wachs2014-05-19
|
* new apiMatthias Wachs2014-05-19
|
* wrong checksMatthias Wachs2014-04-08
|
* fixing unchecked return valuesMatthias Wachs2014-04-07
|
* remove unused valueMatthias Wachs2014-04-07
|
* obtain papi only onceMatthias Wachs2014-04-07
|
* doxygen docuMatthias Wachs2014-04-03
|
* fix for connection counterMatthias Wachs2014-03-31
|
* fix duplicate connect notificationsMatthias Wachs2014-03-31
|
* fixed check for session_ack handlingMatthias Wachs2014-03-31
|
* no need to be an errorMatthias Wachs2014-03-29
|
* changes to switch when connectedMatthias Wachs2014-03-28
|
* cancel delayed disconnect task on freeMatthias Wachs2014-03-28
|
* changes in ACK handlingMatthias Wachs2014-03-28
|
* fixing crash: cancel dead task 1004493731513019834!Matthias Wachs2014-03-28
|
* added functionality to use the CLI to disconnect peersMatthias Wachs2014-03-27
| | | | | fixed DISCONNECT functionality
* We do not need the address and session hereMatthias Wachs2014-03-27
|
* remove blacklist check in neighbours on CONNECTMatthias Wachs2014-03-27
|
* some testing code for debugging Matthias Wachs2014-03-27
|
* Address was not deleted if SEND_CONNECT in FAST RECONNECT failedMatthias Wachs2014-03-27
| | | | | | Therefore alternative inbound session was not suggested ... This was a hard one...
* error handling for failed CONNECT messages in CONNECT_SWITCHINGMatthias Wachs2014-03-26
|
* we do not need this address in neighbours: was already added when CONNECT ↵Matthias Wachs2014-03-26
| | | | was received in _transport.c before CONNECT was given to neighbours
* remove CONNECT_SWITCHING_BLACKLIST stateMatthias Wachs2014-03-26
|
* removing GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST stateMatthias Wachs2014-03-26
|
* remove debug breakMatthias Wachs2014-03-26
|
* removing blacklist state not required anymore Matthias Wachs2014-03-26
|
* Do blacklist checks on CONNECT before giving CONNECT to neighbours.Matthias Wachs2014-03-25
| | | | | | | | | 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