Commit History

Author SHA1 Message Date
  whitequark 004cfd439b Improve the user-facing TCP socket API. 8 years ago
  whitequark cfc51995d0 Accept TCP ACK packets in CLOSE_WAIT state. 8 years ago
  whitequark 86bd034ec0 Simplify TCP ACK handling. 8 years ago
  whitequark 256211843f Add support for TCP FIN in ESTABLISHED state. 8 years ago
  whitequark 9bcf4acda9 Fix TCP incoming sequence number check. 8 years ago
  whitequark c3eee36b8f Add support for multiple outgoing in-flight TCP packets. 8 years ago
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. 8 years ago
  whitequark 2b824d6a95 Add some colors for readability. 8 years ago
  whitequark 0f9f897408 Parameterize tracer over the write function. 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 a81dd55cca Implement TCP RST handling. 8 years ago
  whitequark 0494c9fd98 Validate ACK for TCP RST packets. 8 years ago
  whitequark 44aa8db751 Validate ACK even in TCP LISTEN state. 8 years ago
  whitequark 5b4c4d9723 Add tests for TCP error conditions. 8 years ago
  whitequark 0ad1ac0ef2 Generalize the TCP tests to accept multiple packets. 8 years ago
  whitequark 72abe80df8 Factor out IpRepr into the wire module. 8 years ago
  whitequark a713342120 Group IP header parts in the socket layer as struct IpRepr. 8 years ago
  whitequark 5025da9d39 Implement TCP data acknowledgement. 8 years ago
  whitequark 843b79bff2 Implement TCP data reception. 8 years ago
  whitequark a8309b7dff Validate TCP ACKs. 8 years ago
  whitequark c2311a3cff Add tests for TCP state machine. 8 years ago
  whitequark 34741f26d1 Add basic TCP three-way handshake. 8 years ago
  whitequark 086308d716 Add logging capability. 8 years ago
  whitequark 7aac50db22 Fix autoselection of source address. 8 years ago
  whitequark f89690c278 Get rid of explicit backlog. 8 years ago
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. 8 years ago
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. 8 years ago
  whitequark de48180bff Populate ARP cache from incoming IP packets. 8 years ago
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. 8 years ago