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:
committed by
Adrian Catangiu
parent
d288940391
commit
4a25226f2a
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user