Sfoglia il codice sorgente

Merge pull request #430 from dnadlinger/patch-1

socket/tcp: Fix is_active comment typo
Dario Nieuwenhuis 4 anni fa
parent
commit
4bbb431bf9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/socket/tcp.rs

+ 1 - 1
src/socket/tcp.rs

@@ -752,7 +752,7 @@ impl<'a> TcpSocket<'a> {
     /// If a connection is established, [abort](#method.close) will send a reset to
     /// If a connection is established, [abort](#method.close) will send a reset to
     /// the remote endpoint.
     /// the remote endpoint.
     ///
     ///
-    /// In terms of the TCP state machine, the socket must be in the `CLOSED`, `TIME-WAIT`,
+    /// In terms of the TCP state machine, the socket must not be in the `CLOSED`, `TIME-WAIT`,
     /// or `LISTEN` state.
     /// or `LISTEN` state.
     #[inline]
     #[inline]
     pub fn is_active(&self) -> bool {
     pub fn is_active(&self) -> bool {