Histórico de commits

Autor SHA1 Mensagem Data
  whitequark a8309b7dff Validate TCP ACKs. 8 anos atrás
  whitequark c2311a3cff Add tests for TCP state machine. 8 anos atrás
  whitequark 34741f26d1 Add basic TCP three-way handshake. 8 anos atrás
  whitequark 086308d716 Add logging capability. 8 anos atrás
  whitequark 7aac50db22 Fix autoselection of source address. 8 anos atrás
  whitequark f89690c278 Get rid of explicit backlog. 8 anos atrás
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. 8 anos atrás
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. 8 anos atrás
  whitequark de48180bff Populate ARP cache from incoming IP packets. 8 anos atrás
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. 8 anos atrás
  whitequark 7e5127d067 Fix no_std build. 8 anos atrás
  whitequark ab61890b09 Implement TCP server sockets. 8 anos atrás
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 anos atrás
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). 8 anos atrás
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). 8 anos atrás
  whitequark 268a552568 Fix TcpRepr field visibility. 8 anos atrás
  whitequark 20348a6cb8 Implement TCP representation printing. 8 anos atrás
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. 8 anos atrás
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. 8 anos atrás
  whitequark 5259855c7c Fix a pointless crash in smoltcpserver. 8 anos atrás
  whitequark 49c0f4a937 Fix IP checksum calculation for odd-length packets. 8 anos atrás
  whitequark 3335b698b4 Empty transmit buffers before starting to receive. 8 anos atrás
  whitequark 85ae54a488 Sort out buffer lengths. 8 anos atrás
  whitequark d02961b0f2 Implement TCP packet support. 8 anos atrás
  whitequark c7492b3b51 Implement TCP stream ring buffers. 8 anos atrás
  whitequark b56fb85a30 UdpBufferElem → UdpPacket 8 anos atrás
  whitequark 37f565abe2 Fix lifetime variance. 8 anos atrás
  whitequark ef04295a8a Fix a Cargo warning. 8 anos atrás
  whitequark 7d838b6d9f I was going to license this under 0-clause BSD. 8 anos atrás
  whitequark 8b89de2faa Working UDP loopback. 8 anos atrás