Add bench-exchange support to the net framework (#3893)

This commit is contained in:
Jack May
2019-04-19 09:56:01 -07:00
committed by GitHub
parent 809b051f10
commit 1a9ac62f60
5 changed files with 96 additions and 27 deletions

View File

@ -42,7 +42,7 @@ macro_rules! socketaddr {
}
pub const TIME_SLICE: u64 = 60;
pub const REQUEST_CAP: u64 = 500_000_000;
pub const REQUEST_CAP: u64 = 100_000_000_000_000;
pub const DRONE_PORT: u16 = 9900;
#[derive(Serialize, Deserialize, Debug, Clone, Copy)]