Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 0ad1ac0ef2 Generalize the TCP tests to accept multiple packets. hace 8 años
  whitequark 72abe80df8 Factor out IpRepr into the wire module. hace 8 años
  whitequark a713342120 Group IP header parts in the socket layer as struct IpRepr. hace 8 años
  whitequark 5025da9d39 Implement TCP data acknowledgement. hace 8 años
  whitequark 843b79bff2 Implement TCP data reception. hace 8 años
  whitequark a8309b7dff Validate TCP ACKs. hace 8 años
  whitequark c2311a3cff Add tests for TCP state machine. hace 8 años
  whitequark 34741f26d1 Add basic TCP three-way handshake. hace 8 años
  whitequark 086308d716 Add logging capability. hace 8 años
  whitequark 7aac50db22 Fix autoselection of source address. hace 8 años
  whitequark f89690c278 Get rid of explicit backlog. hace 8 años
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. hace 8 años
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. hace 8 años
  whitequark de48180bff Populate ARP cache from incoming IP packets. hace 8 años
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. hace 8 años
  whitequark 7e5127d067 Fix no_std build. hace 8 años
  whitequark ab61890b09 Implement TCP server sockets. hace 8 años
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. hace 8 años
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). hace 8 años
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). hace 8 años
  whitequark 268a552568 Fix TcpRepr field visibility. hace 8 años
  whitequark 20348a6cb8 Implement TCP representation printing. hace 8 años
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. hace 8 años
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. hace 8 años
  whitequark 5259855c7c Fix a pointless crash in smoltcpserver. hace 8 años
  whitequark 49c0f4a937 Fix IP checksum calculation for odd-length packets. hace 8 años
  whitequark 3335b698b4 Empty transmit buffers before starting to receive. hace 8 años
  whitequark 85ae54a488 Sort out buffer lengths. hace 8 años
  whitequark d02961b0f2 Implement TCP packet support. hace 8 años
  whitequark c7492b3b51 Implement TCP stream ring buffers. hace 8 años