mmds: added support for custom ipv4 address

Added a new API for configuring MMDS. At the moment,
this configuration applies only for the MMDS IPv4 address.

Besides the new API, this commits comprises changes to the
NetBuilder implementation and usages.

Signed-off-by: iulianbarbu <iul@amazon.com>
Signed-off-by: YUAN LYU <lyuyuan92@gmail.com>
This commit is contained in:
iulianbarbu
2020-03-25 13:07:01 +02:00
committed by Adrian Catangiu
parent d288940391
commit 4a25226f2a
2 changed files with 21 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ impl<T: Read + Write> HttpConnection<T> {
Err(e) => return Err(ConnectionError::StreamError(e)),
}
}
Ok(bytes_read + self.read_cursor)
}
/// Parses bytes in `buffer` for a valid request line.