Compare commits

..

No commits in common. "2117d062b721a0892baf8bf112855e8f5a61f34f" and "e87e079816e741fb72de45fdd6af8c9b2f6c4f25" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ where
/// results in the client getting an error when attempting to connect. It should only affect
/// servers under significant load.
///
/// Generally set in the 642048 range. Default value is 1024.
/// Generally set in the 642048 range. Default value is 2048.
///
/// This method will have no effect if called after a `bind()`.
pub fn backlog(mut self, backlog: u32) -> Self {