refactor!: rebrand wraith to alknet
Rename all crates, CLI commands, constants, type names, doc comments, and documentation from wraith to alknet. Includes wire-protocol changes: ALPN wraith-ssh -> alknet-ssh, reserved destination prefix wraith- -> alknet-, SSH auth username wraith -> alknet.
This commit is contained in:
@@ -16,7 +16,7 @@ Implement the simplest transport: plain TCP. `TcpTransport` connects via `TcpStr
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
- [ ] `crates/wraith-core/src/transport/tcp.rs` exports `TcpTransport` and `TcpAcceptor`
|
||||
- [ ] `crates/alknet-core/src/transport/tcp.rs` exports `TcpTransport` and `TcpAcceptor`
|
||||
- [ ] `TcpTransport` holds a `SocketAddr` target address
|
||||
- [ ] `TcpTransport::connect()` calls `TcpStream::connect(addr)` and returns the stream
|
||||
- [ ] `TcpTransport::describe()` returns e.g. `"tcp://1.2.3.4:22"`
|
||||
|
||||
Reference in New Issue
Block a user