mirror of https://github.com/ekzhang/bore.git
parent
f8ccbae378
commit
3ae14209a4
|
@ -14,7 +14,7 @@ use uuid::Uuid;
|
||||||
/// TCP port used for control connections with the server.
|
/// TCP port used for control connections with the server.
|
||||||
pub const CONTROL_PORT: u16 = 7835;
|
pub const CONTROL_PORT: u16 = 7835;
|
||||||
|
|
||||||
/// Maxmium byte length for a JSON frame in the stream.
|
/// Maximum byte length for a JSON frame in the stream.
|
||||||
pub const MAX_FRAME_LENGTH: usize = 256;
|
pub const MAX_FRAME_LENGTH: usize = 256;
|
||||||
|
|
||||||
/// Timeout for network connections and initial protocol messages.
|
/// Timeout for network connections and initial protocol messages.
|
||||||
|
|
Loading…
Reference in New Issue