Ignotus Peverell
|
42769c373c
|
Re-implemented the whole interaction between server, peer and protocol to be more Rust-ish. Server maintains peer references and protocol is internally mutable.
|
2016-10-29 12:36:45 -07:00 |
|
Ignotus Peverell
|
fdaf2ba6af
|
First working test with related fixes demonstrating a full peer handshake.
|
2016-10-27 14:28:02 -07:00 |
|
Ignotus Peverell
|
a9dc8a05ac
|
Preliminary impl of p2p package compiles now. Next step: basic handshake integration test.
|
2016-10-26 11:21:45 -07:00 |
|
Ignotus Peverell
|
b1762cb5f4
|
p2p module getting close to first integration test allowing 2 peers to connect. Fleshed out handshake and protocol use. Fixed most errors, just need to make the borrow checker happy.
|
2016-10-25 22:06:13 -07:00 |
|
Ignotus Peverell
|
4657b09c4e
|
WIP: more p2p code, mostly interaction between peer, protocol and server as well as ser/deser for first message types.
|
2016-10-24 21:35:10 -07:00 |
|
Ignotus Peverell
|
c8aa8d7c18
|
Getting started on the p2p networking code.
|
2016-10-23 17:02:02 -04:00 |
|