This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth-p2p
mirror of
https://github.com/status-im/nim-eth-p2p.git
Watch
2
Star
0
Fork
You've already forked nim-eth-p2p
0
Code
Issues
Projects
Releases
Wiki
Activity
53e98faa74
nim-eth-p2p
/
tests
/
nim.cfg
2 lines
10 B
INI
Raw
Normal View
History
Unescape
Escape
Initial implementation of the LES protocol and its flow control. This also restores the old module structure of having separate `peer_pool` and `rlpx` modules. This is made possible by the new Nim package `package_visible_types` (please refer to its README for an explanation). Also introduces more error handling in the low-level RLPx routines. All detected errors will result in immediate disconnection of the corresponding peer, which may be detected in the protocols though the `onPeerDisconnected` event handler.
2018-10-15 14:36:43 +00:00
d:testing