Histórico de Commits

Autor SHA1 Mensagem Data
  whitequark f3dc84539e Immediately ACK payload in response to TCP packets that have any. há 7 anos atrás
  whitequark 72359cdd37 Radically simplify and optimize TCP packet dispatch. há 7 anos atrás
  whitequark bf916e6832 Make TCP packets not matching socket state return Error::Dropped. há 7 anos atrás
  whitequark bc2a894c00 Rework responses to TCP packets and factor in RST replies to TcpSocket. há 7 anos atrás
  whitequark 56ee8e5df8 Listening TCP sockets should reject, not drop, ACKs. há 7 anos atrás
  whitequark 3864b490f7 Add TcpSocket::{peek,peek_slice}. há 7 anos atrás
  whitequark bc0e3c352d Emit exceptional events with the DEBUG log level, not TRACE. há 7 anos atrás
  whitequark 6b2d711347 Only return Err(Rejected) from TcpSocket::process on endpoint mismatch. há 7 anos atrás
  whitequark 6bc6cc7af7 Implement fmt::Write for TcpSocket. há 7 anos atrás
  whitequark 265e6f6cb7 Add UdpSocket::is_open, similar to TcpSocket::is_open in function. há 7 anos atrás
  whitequark a1910baa91 Put the debug_id field first in sockets. há 7 anos atrás
  whitequark 492fe3e4b1 Rework and test UDP sockets. há 7 anos atrás
  whitequark 5bf64586cd Get rid of Result<_, ()>. há 7 anos atrás
  whitequark 53a3875452 Rework error handling in TcpSocket::connect. há 7 anos atrás
  whitequark 50ae82d0ff Update a stale docstring. há 7 anos atrás
  whitequark d422f45ac2 as_unspecified → to_unspecified há 7 anos atrás
  whitequark b971d91315 Accept TCP FIN packets in SYN-RECEIVED state. há 7 anos atrás
  whitequark 0904645c1b Fix determination of local address from incoming packets. há 7 anos atrás
  whitequark c0629f769b Log correct delay when performing TCP retransmit. há 7 anos atrás
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. há 7 anos atrás
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. há 7 anos atrás
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. há 7 anos atrás
  whitequark 1746702f53 Try to trigger fast retransmit when we detect a missing TCP segment. há 7 anos atrás
  whitequark 8ace8cd94e Set TCP PSH flag when sending the last buffered data. há 7 anos atrás
  whitequark a14c47655e Expose PSH flag in TcpRepr. há 7 anos atrás
  whitequark 6a096721cc Fix a few typos in TCP socket code (NFC). há 7 anos atrás
  whitequark 1c1489e5fb try! → ? há 7 anos atrás
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. há 7 anos atrás
  whitequark 22772f07df Remove accidentally committed change. há 7 anos atrás
  whitequark 21900288cc Add packet shaping to the fault injector. há 7 anos atrás