Browse Source

Document plan for testing server module.

wip
Titouan Rigoudy 4 years ago
parent
commit
b4d1bf4069
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      proto/src/server/testing/server.rs

+ 3
- 0
proto/src/server/testing/server.rs View File

@ -1,4 +1,7 @@
//! Provides utilities for testing protocol code.
// TODO: Move this to a separate crate, so that it can be depended upon as a
// dev dependency in tests and run standalone as examples. Layering should be:
// solstice-client -(dev)-> solstice-server -> solstice-proto
use std::io;
use std::net::{IpAddr, Ipv4Addr, SocketAddr};


Loading…
Cancel
Save