Commit Graph

278 Commits (9c3ea0d32d26957fd73ddf07e37d93091de596fd)

Author SHA1 Message Date
Ethan Buchman 37efd08b42 p2p: validate recovered ephemeral pubkey against checksum in decodeAuthMsg 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Péter Szilágyi 01fe972113 cmd, core, eth, metrics, p2p: require enabling metrics 9 years ago
Péter Szilágyi 216fc267fa p2p: fix local/remote cap/protocol mixup 9 years ago
Péter Szilágyi d84638bd31 p2p: support protocol version negotiation 9 years ago
Péter Szilágyi 6994a3daaa p2p: instrument P2P networking layer 9 years ago
Felix Lange 6fb810adaa p2p: throttle all discovery lookups 9 years ago
Felix Lange 70da79f04c p2p: improve disconnect logging 9 years ago
Felix Lange 8dcbdcad0a p2p: track write errors and prevent writes during shutdown 9 years ago
Felix Lange a8e4cb6dfe p2p/discover: use separate rand.Source instances in tests 9 years ago
Felix Lange 261a8077c4 p2p/discover: deflake TestUDP_successfulPing 9 years ago
Péter Szilágyi 1cbbfbe7fa p2p: fix a close race in the dial test 9 years ago
Felix Lange 3239aca69b p2p: bump global write timeout to 20s 9 years ago
Péter Szilágyi ff84352fb7 p2p: fix close data race 9 years ago
Felix Lange fc6a5ae3ec p2p/nat: add timeout for UPnP SOAP requests 9 years ago
Felix Lange 8e4512a5e7 p2p/nat: bump timeout in TestAutoDiscRace 9 years ago
Péter Szilágyi 612f01400f p2p/discover: bond with seed nodes too (runs only if findnode failed) 9 years ago
Péter Szilágyi 3630432dfb p2p/discovery: fix a cornercase loop if no seeds or bootnodes are known 9 years ago
Péter Szilágyi f539ed1e66 p2p/discover: force refresh if the table is empty 9 years ago
Péter Szilágyi 5076170f34 p2p/discover: permit temporary bond failures for previously known nodes 9 years ago
Péter Szilágyi 6078aa08eb p2p/discover: watch find failures, evacuate on too many, rebond if failed 9 years ago
Péter Szilágyi 64174f196f p2p/discover: add support for counting findnode failures 9 years ago
Péter Szilágyi 68898a4d6b p2p: fix Self() panic if listening is disabled 9 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 9 years ago
Péter Szilágyi 278183c7e7 eth, p2p: start the p2p server even if maxpeers == 0 9 years ago
Felix Lange 9e1fd70b50 p2p: decrease frameReadTimeout to 30s 9 years ago
Felix Lange 1440f9a37a p2p: new dialer, peer management without locks 9 years ago
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