mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-20 14:15:51 +00:00
This forms the base for payment channel network connections, with a simple single-threaded server which accepts new connections, a simple single-threaded client which makes a single connection to a server, and a ProtobufParser which handles data generated by a connection, splits them into Protobufs and provides a reasonable interface to users who wish to create/accept protobuf-based connections.