Mark Qvist
957c2b3bc1
Fixed invalid reference
2023-11-02 21:33:21 +01:00
Mark Qvist
5e39136dff
Fixed missing path state resetting on stale path rediscovery
2023-11-02 16:15:42 +01:00
Mark Qvist
237a45b2ca
Don't send rediscovery requests on local originator
2023-11-02 13:33:12 +01:00
Mark Qvist
b161650ced
Adjusted link timings
2023-11-02 13:04:09 +01:00
Mark Qvist
12e87425dc
Adjusted timings
2023-11-02 12:24:42 +01:00
Mark Qvist
873f049e20
Fixed redundant rediscovery path request
2023-11-02 04:35:57 +01:00
Mark Qvist
798dfb1727
Added ability to query physical layer stats on links
2023-10-28 00:05:35 +02:00
Mark Qvist
f01074e5b8
Implemented link establishment on ultra low bandwidth links
2023-10-27 18:16:52 +02:00
Mark Qvist
bed71fa3f8
Added physical layer link stats to link and packet classes
2023-10-24 01:41:12 +02:00
Mark Qvist
b3731524ac
Improved path re-discovery in changing topographies
2023-10-19 00:38:41 +02:00
Mark Qvist
4f561a8c0c
Added exception handling to interface detach
2023-10-16 18:54:36 +02:00
Mark Qvist
c5d30f8ee6
Cleanup
2023-10-01 00:24:03 +02:00
Mark Qvist
3c4791a622
Implemented announce ingress control
2023-10-01 00:16:32 +02:00
Mark Qvist
136713eec1
Added announce frequency stats
2023-09-30 19:13:58 +02:00
Mark Qvist
b5cb3a65dd
Fixed announce queue not clearing all announces with exceeded retry limit at the same time
2023-09-30 00:25:47 +02:00
Mark Qvist
8908022b88
Updated license headers
2023-09-29 10:31:20 +02:00
Mark Qvist
a732767a28
Fixed local RSSI and SNR cache pop order
2023-09-25 14:17:58 +02:00
Mark Qvist
82f204fb44
Added ability to enable a built-in probe responder destination for Transport Instances
2023-09-21 18:48:08 +02:00
Mark Qvist
9c823a038b
Impproved path re-discovery on Transport Instances when local nodes roam to other network segments
2023-09-21 13:46:28 +02:00
Mark Qvist
06716e4873
Disabled caching until redesign
2023-09-21 12:05:37 +02:00
Mark Qvist
ffe1beb7ae
Updated log statement
2023-09-19 10:13:04 +02:00
Mark Qvist
874d76b343
Added Transport Instance uptime to rnstatut output
2023-09-18 15:45:55 +02:00
Mark Qvist
9889b479d1
Fixed inadverdent AutoInterface multi-IF deque hit for resource transfer retries
2023-09-14 22:14:31 +02:00
Mark Qvist
2439761529
Prevent answering path requests on roaming-mode interfaces for next-hop instances on same roaming-mode interface
2023-09-13 13:03:22 +02:00
Mark Qvist
049733c4b6
Fixed race condition for link initiators on timed out link establishment
2023-06-13 19:20:54 +02:00
Mark Qvist
bab779a34c
Fixed race condition for link initiators on timed out link establishment
2023-06-13 16:10:47 +02:00
Mark Qvist
9c8e79546c
Fixed missing check in receipt culling
2023-05-18 23:33:26 +02:00
Mark Qvist
523fc7b8f9
Adjusted loglevel
2023-05-11 16:09:25 +02:00
Aaron Heise
6d9d410a70
Address multiple issues with Buffer and Channel
...
- StreamDataMessage now packed by struct rather than umsgpack for a more predictable size
- Added protected variable on LocalInterface to allow tests to simulate a low bandwidth connection
- Retry timer now has exponential backoff and a more sane starting value
- Link proves packet _before_ sending contents to Channel; this should help prevent spurious retries especially on half-duplex links
- Prevent Transport packet filter from filtering out duplicate packets for Channel; handle duplicates in Channel to ensure the packet is reproven (in case the original proof packet was lost)
- Fix up other tests broken by these changes
2023-03-04 23:37:58 -06:00
Mark Qvist
d7aacba797
Cleanup
2023-02-03 10:13:36 +01:00
Mark Qvist
b92ddeccff
Cleanup
2023-02-03 08:29:32 +01:00
Mark Qvist
6fac96ec18
Mask entire header
2023-02-03 00:11:11 +01:00
Mark Qvist
53ceafcebd
Improved IFAC mask derivation
2023-02-02 23:59:02 +01:00
Mark Qvist
4df67304d6
Added payload masking to interfaces with IFAC enabled
2023-02-02 20:48:52 +01:00
Dionysis Grigoropoulos
72ca6316f6
Fix bug where announce_identity could be undefined
2023-01-26 22:05:38 +02:00
Mark Qvist
7960226883
Fixed missing path invalidation on failed link establishments made from a shared instance client
2022-12-23 23:26:50 +01:00
Mark Qvist
8402541c73
Faster roaming path recovery for multiple interface non-transport instances
2022-12-22 20:17:09 +01:00
Mark Qvist
b305eb8e0a
Improved path response handling. Prepared destination path response handling for multi-path Transport.
2022-12-22 11:28:56 +01:00
Mark Qvist
67ee8d6aab
Added originator check to path rediscovery on failed links
2022-12-19 01:31:00 +01:00
Mark Qvist
13fa7d49d9
Added automatic path rediscovery on failed link establishments
2022-12-19 01:15:49 +01:00
Mark Qvist
4870e741f6
Added link request proof signature validation for every transport hop
2022-12-18 21:27:14 +01:00
Mark Qvist
680d17fb98
Improved startup time for instances and programs connected to a shared instance
2022-11-24 13:28:22 +01:00
Mark Qvist
76fcad0b53
Added better I2P state visibility to rnstatus util
2022-11-03 17:49:25 +01:00
Mark Qvist
5b1b18e84a
Fixed incorrect behaviour in announce processing for instance-local destinations to roaming- or boundary-mode interfaces
2022-10-18 18:24:29 +02:00
Mark Qvist
9c8c143c62
Added logging to announce processing
2022-10-18 17:44:14 +02:00
Mark Qvist
cb55189e5c
Truncate name_hash to 80 bits. Take all array slices from Identity.NAME_HASH_LENGTH constant.
2022-10-06 23:14:32 +02:00
Mark Qvist
c18997bf5b
Cleanup
2022-10-04 22:41:58 +02:00
Mark Qvist
7997fd104e
Fix destination hash construction and random blob extraction
2022-10-04 09:11:20 +02:00
Mark Qvist
c18806c912
Updated deprecated threading API call and updated docs
2022-09-30 19:02:41 +02:00
Mark Qvist
32ee4216fd
Changed log levels
2022-09-24 12:23:59 +02:00