Commit Graph

194 Commits (9f38ef5d970d1ccb50d2a7697562ea547ff625c8)

Author SHA1 Message Date
Felix Lange 9f38ef5d97 p2p/discover: add ReadRandomNodes 9 years ago
Felix Lange 64564da20b p2p: decrease maximum message size for devp2p to 1kB 9 years ago
Felix Lange dbdc5fd4b3 p2p: delete Server.Broadcast 9 years ago
Péter Szilágyi cbd3ae6906 p2p/discover: fix #838, evacuate self entries from the node db 9 years ago
Péter Szilágyi af24c271c7 p2p/discover: fix database presistency test folder 9 years ago
Felix Lange d2f119cf9b p2p/discover: limit open files for node database 9 years ago
Felix Lange 206fe25971 p2p: remove testlog 9 years ago
Felix Lange 7fa2607bd1 p2p/discover: bump maxBondingPingPongs to 16 9 years ago
Felix Lange 691cb90284 p2p: log remote reason when disconnect is requested 9 years ago
Felix Lange c14de2e973 p2p/nat: tweak port mapping log messages and levels 9 years ago
Felix Lange 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP 9 years ago
Felix Lange 983f5a717a p2p/nat: fix concurrent access to autodisc Interface 9 years ago
Felix Lange 7efeb4bd96 p2p: bump maxAcceptConns and defaultDialTimout 9 years ago
Felix Lange 251846d65a p2p/discover: fix out-of-bounds slicing for chunked neighbors packets 9 years ago
subtly 8eef2b765a fix test. 9 years ago
subtly a32693770c Manual send of multiple neighbours packets. Test receiving multiple neighbours packets. 9 years ago
subtly 7473c93668 UDP Interop. Limit datagrams to 1280bytes. 9 years ago
Bas van Kervel 95773b9673 removed redundant newlines in import block 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
Felix Lange d4f0a67323 p2p: drop connections with no matching protocols 10 years ago
Felix Lange 9c0f36c46d p2p: use maxDialingConns instead of maxAcceptConns as dial limit 10 years ago
Felix Lange 914e57e49b p2p: fix disconnect at capacity 10 years ago
Péter Szilágyi 8735e5addd p2p: increase the handshake timeout in the tests 10 years ago
Péter Szilágyi 4d5a719f25 cmd, eth, p2p: introduce pending peer cli arg, add tests 10 years ago
Péter Szilágyi af93217775 p2p: reduce the concurrent handshakes to 10/10 in/out 10 years ago
Péter Szilágyi 2060bc8bac p2p: fix dial throttling race condition 10 years ago
Péter Szilágyi 29fef349ef p2p: fix a dialing race in the throttler 10 years ago
Péter Szilágyi 3953bf0031 p2p: limit the outbound dialing too 10 years ago
Felix Lange 3e2a928caa p2p: stop dialing at half the maximum peer count 10 years ago
Felix Lange 6a2fec5309 p2p, whisper: use glog for peer-level logging 10 years ago
Felix Lange bcfd788661 p2p/discover: bump packet timeouts to 500ms 10 years ago
Felix Lange fd4b75cfa8 p2p/nat: less confusing error logging 10 years ago
Felix Lange 2adcc31bb4 p2p/discover: new distance metric based on sha3(id) 10 years ago
Péter Szilágyi 4accc187d5 eth, p2p: add trusted node list beside static list 10 years ago
Péter Szilágyi 54db54931e p2p: add static node dialing test 10 years ago
Péter Szilágyi e82ddd9198 p2p: correct a leftover trusted -> static 10 years ago
Péter Szilágyi 413ace37d3 eth, p2p: rename trusted nodes to static, drop inbound extra slots 10 years ago
Péter Szilágyi 701591b403 cmd, eth, p2p: fix review issues enumerated by Felix 10 years ago
Péter Szilágyi 1528dbc171 p2p: add trust check to handshake, test privileged connectivity 10 years ago
Péter Szilágyi 14f32a0c3a p2p: reduce the severity of a debug log 10 years ago
Péter Szilágyi de0549fabb cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers 10 years ago
Felix Lange 72ab6d3255 p2p/discover: track sha3(ID) in Node 10 years ago
Felix Lange b34a8ef624 p2p, p2p/discover: protocol version 4 10 years ago
Felix Lange fc747ef4a6 p2p/discover: new endpoint format 10 years ago
obscuren 01e3d694a6 p2p: added received at to peer message 10 years ago
Péter Szilágyi b569550a39 p2p/discover: fix api issues caused by leveldb update 10 years ago
Péter Szilágyi 4992765032 p2p/discover: fix goroutine leak due to blocking on sync.Once 10 years ago
Péter Szilágyi 437cf4b3ac p2p/discover: add node expirer and related tests 10 years ago
Péter Szilágyi a136e2bb22 p2p/discover: parametrize nodedb version, add persistency tests 10 years ago
Péter Szilágyi 75fd738dea p2p/discover: drop a superfluous warning 10 years ago