phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
51 stars 9 forks source link

Ergonomic interface #35

Closed crazyboycjr closed 2 years ago

crazyboycjr commented 2 years ago

For connection establishment

- CmId::connect()
- CmIdListener::bind()
- CmIdListener::incoming()
- CmIdListener::accept()

Incorporate Rust Algebraic Data Type (ADT).