Commit History

作者 SHA1 備註 提交日期
  whitequark 1a32b98b48 Implement the TCP SYN-SENT state. 8 年之前
  whitequark 41f9426380 Calculate IP payload length from the total length field. 8 年之前
  whitequark 7f460aea27 Examples for the wire layer! 8 年之前
  whitequark 553d640057 Implement the TCP TIME-WAIT state. 8 年之前
  whitequark 40be830fef Implement the TCP CLOSING state. 8 年之前
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. 8 年之前
  whitequark 1c54449bec Get rid of the #![feature(const_fn)]. 8 年之前
  whitequark 6641793b29 Get rid of the #![feature(step_by)]. 8 年之前
  whitequark 52259d32da Correctly propagate carries in the IP checksum. 8 年之前
  whitequark 72abe80df8 Factor out IpRepr into the wire module. 8 年之前
  whitequark c2311a3cff Add tests for TCP state machine. 8 年之前
  whitequark ab61890b09 Implement TCP server sockets. 8 年之前
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 年之前
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). 8 年之前
  whitequark 49c0f4a937 Fix IP checksum calculation for odd-length packets. 8 年之前
  whitequark 8ff9b17a97 Significantly simplify buffering. 8 年之前
  whitequark 659f6ed6f6 Implement UDP sockets. 8 年之前
  whitequark f6f7dc8cb6 Implement UDP representation parsing and emission. 8 年之前
  whitequark 8a3dee0943 Simplify checksum computation. 8 年之前
  whitequark e82e74458d Implement ICMPv4 echo request/reply packet support. 8 年之前
  whitequark f2104eb969 Implement IPv4 packet support. 8 年之前