Commit History

作者 SHA1 備註 提交日期
  whitequark 070a0b5259 Shrink the buffers in examples for ease of testing. 8 年之前
  whitequark 2b824d6a95 Add some colors for readability. 8 年之前
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. 8 年之前
  whitequark 086308d716 Add logging capability. 8 年之前
  whitequark f89690c278 Get rid of explicit backlog. 8 年之前
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. 8 年之前
  whitequark ab61890b09 Implement TCP server sockets. 8 年之前
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. 8 年之前
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). 8 年之前
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). 8 年之前
  whitequark 5259855c7c Fix a pointless crash in smoltcpserver. 8 年之前
  whitequark b56fb85a30 UdpBufferElem → UdpPacket 8 年之前
  whitequark 8b89de2faa Working UDP loopback. 8 年之前
  whitequark 59dae01e9c Rethink the buffering strategy with Managed<T>. 8 年之前
  whitequark 8ff9b17a97 Significantly simplify buffering. 8 年之前
  whitequark 3377b911d8 Implement network part of communication through UDP sockets. 8 年之前
  whitequark f6f7dc8cb6 Implement UDP representation parsing and emission. 8 年之前
  whitequark a4e36053f9 Implement ARP snooping. 8 年之前
  whitequark 2fbf820de8 Implement ARP replies. 8 年之前