storj/pkg/kademlia
Jeff Wendling 5ab8c9d052 transport: separate dial from request timeouts ()
A previous change reused the same timeout for dialing as well as
requesting in order to speed up some tests. This change introduces
a distinct timeout so that the different operations can have different
timeouts.
2019-05-10 14:26:25 +03:00
..
routinggraph Inspector draw routing table () 2019-04-22 11:34:11 +03:00
testrouting Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
config.go hopefully sensible satellite defaults () 2019-05-07 10:44:47 -04:00
dialer_test.go transport: separate dial from request timeouts () 2019-05-10 14:26:25 +03:00
dialer.go fix kademlia bootstrap and getting peer identity from context () 2019-03-20 10:30:42 +02:00
endpoint.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
inspector.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
kademlia_planet_test.go transport: separate dial from request timeouts () 2019-05-10 14:26:25 +03:00
kademlia_test.go kademlia Bootstrap function has exponential backoff () 2019-04-26 08:42:09 -04:00
kademlia.go kademlia Bootstrap function has exponential backoff () 2019-04-26 08:42:09 -04:00
lookup_test.go Kademlia closing race () 2019-01-26 00:33:20 +02:00
merge_test.go Enable planet Merging test () 2019-02-08 22:35:59 +02:00
peer_discovery_test.go updates copyright 2018 to 2019 () 2019-01-24 15:15:10 -05:00
peer_discovery.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
replacement_cache_test.go Routing table tests () 2019-02-22 13:39:29 -05:00
replacement_cache.go Routing table tests () 2019-02-22 13:39:29 -05:00
routing_helpers_test.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
routing_helpers.go Replace list calls with iterates in kademlia routing table () 2019-02-26 11:07:53 -05:00
routing_integration_helpers_test.go [V3-1320] fix empty node ID verification non-error () 2019-03-04 15:03:33 -05:00
routing_integration_test.go [V3-1320] fix empty node ID verification non-error () 2019-03-04 15:03:33 -05:00
routing_test.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
routing.go Refactor pb.Node protobuf () 2019-04-22 12:07:50 +03:00
utils_test.go pkg/kademlia: simplify code () 2019-01-02 20:57:11 +02:00
utils.go Replace list calls with iterates in kademlia routing table () 2019-02-26 11:07:53 -05:00