Commit Graph

14 Commits

Author SHA1 Message Date
f23638c036 fix import paths for v2 release
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-01-30 14:44:40 +03:00
77c2a021da Add event id to router events 2020-01-23 11:44:06 +00:00
29c1076950 refactor and cleanup some router code 2020-01-22 16:33:31 +00:00
7f9b3b5556 Remove Solicitation from the network
Instead, when a new peer is discovered it is sent a sync message i.e. we
do the full sync when discovering peers
2020-01-16 19:43:10 +00:00
d50f30d743 strip handlers 2019-12-10 11:46:13 +00:00
f67c5e779f preallocated slices () 2019-11-05 17:43:12 +00:00
f88518d994 used gofmt with -s flag on whole project 2019-11-01 15:07:53 +00:00
1ff65e140a Change router.Route metric to int64. Set the route metric properly 2019-10-23 16:51:22 +01:00
fe94237448 Update router querying method ()
* Add address to router query options. Drop Query interface for QueryOptions

* Cleanup isMatch function

* Update network proto
2019-10-09 17:13:52 +01:00
4eb1aaae85 Fix the proxy watcher 2019-09-20 16:25:29 +01:00
2522d8cb96 Send solicit message when new neighbour is discovered 2019-09-05 16:04:44 +01:00
cb1679fd8d Add Start method to router
Added Start to router packages.
Fixed potential deadlocks.
2019-08-12 22:23:46 +01:00
f1b6709722 Fix breaking api changes 2019-08-05 17:47:50 +01:00
4030ccc27b Move proxy/router 2019-08-05 17:44:33 +01:00