Historique des commits

Auteur SHA1 Message Date
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. il y a 8 ans
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. il y a 8 ans
  whitequark 6ea7832ef3 Implement TCP data transmission. il y a 8 ans
  whitequark a81dd55cca Implement TCP RST handling. il y a 8 ans
  whitequark 0494c9fd98 Validate ACK for TCP RST packets. il y a 8 ans
  whitequark 44aa8db751 Validate ACK even in TCP LISTEN state. il y a 8 ans
  whitequark 5b4c4d9723 Add tests for TCP error conditions. il y a 8 ans
  whitequark 0ad1ac0ef2 Generalize the TCP tests to accept multiple packets. il y a 8 ans
  whitequark 72abe80df8 Factor out IpRepr into the wire module. il y a 8 ans
  whitequark a713342120 Group IP header parts in the socket layer as struct IpRepr. il y a 8 ans
  whitequark 5025da9d39 Implement TCP data acknowledgement. il y a 8 ans
  whitequark 843b79bff2 Implement TCP data reception. il y a 8 ans
  whitequark a8309b7dff Validate TCP ACKs. il y a 8 ans
  whitequark c2311a3cff Add tests for TCP state machine. il y a 8 ans
  whitequark 34741f26d1 Add basic TCP three-way handshake. il y a 8 ans
  whitequark 086308d716 Add logging capability. il y a 8 ans
  whitequark f89690c278 Get rid of explicit backlog. il y a 8 ans
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. il y a 8 ans
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. il y a 8 ans
  whitequark ab61890b09 Implement TCP server sockets. il y a 8 ans
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). il y a 8 ans
  whitequark c7492b3b51 Implement TCP stream ring buffers. il y a 8 ans