Commit History

Author SHA1 Message Date
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. 8 years ago
  whitequark 72e3427ff7 Add a use_alloc feature. 8 years ago
  whitequark 174bbcee86 Rename features: std→use_std, logging→use_log. 8 years ago
  whitequark 5323f8833a Fix examples. 8 years ago
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. 8 years ago
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. 8 years ago
  whitequark 6ea7832ef3 Implement TCP data transmission. 8 years ago
  whitequark 843b79bff2 Implement TCP data reception. 8 years ago
  whitequark a8309b7dff Validate TCP ACKs. 8 years ago
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 years ago
  whitequark 268a552568 Fix TcpRepr field visibility. 8 years ago
  whitequark 85ae54a488 Sort out buffer lengths. 8 years ago
  whitequark 8b89de2faa Working UDP loopback. 8 years ago
  whitequark 659f6ed6f6 Implement UDP sockets. 8 years ago
  whitequark be4ea0a55e Respond with ICMP echo request data in echo reply. 8 years ago
  whitequark 7e45f2d1a9 README: clarify. 8 years ago
  whitequark 4da6b0bf61 Implement ICMPv4 echo replies. 8 years ago
  whitequark a1587fef21 Implement IPv4 representation parsing and emission. 8 years ago
  whitequark 2fbf820de8 Implement ARP replies. 8 years ago
  whitequark 183bfa274f Imlpement ARP packet support. 8 years ago
  whitequark bc8b038fd1 Implement Ethernet II frame support. 8 years ago