Commit History

Author SHA1 Message Date
  whitequark 7af6ddfa0c Send the TCP MSS option. 8 years ago
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). 8 years ago
  whitequark 41f9426380 Calculate IP payload length from the total length field. 8 years ago
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. 8 years ago
  whitequark 0dedbaf597 impl Debug for SocketSet. 8 years ago
  whitequark 8bff18cfdd Rework the user-facing error handling in UDP sockets. 8 years ago
  whitequark d5638f469f Return the amount of bytes sent from UdpSocket::send_slice. 8 years ago
  whitequark e2b4753173 Add functions to check if the UDP socket buffers are empty or not. 8 years ago
  whitequark 0ccd6205f7 Swap the data and endpoint in UdpSocket methods. 8 years ago
  whitequark 8f28e99a0c Make interfaces not own the sockets. 8 years ago
  whitequark 70a09735c9 Make binding the UDP socket an explicit operation. 8 years ago
  whitequark b4b97ec88f Use the managed crate. 8 years ago
  whitequark 286c130dc5 Implement TCP retransmission. 8 years ago
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. 8 years ago
  whitequark 004cfd439b Improve the user-facing TCP socket API. 8 years ago
  whitequark a8d19a1da4 Implement the userspace side of TCP sockets. 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 086308d716 Add logging capability. 8 years ago
  whitequark f89690c278 Get rid of explicit backlog. 8 years ago
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. 8 years ago
  whitequark ab61890b09 Implement TCP server sockets. 8 years ago
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). 8 years ago
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). 8 years ago
  whitequark 85ae54a488 Sort out buffer lengths. 8 years ago
  whitequark c7492b3b51 Implement TCP stream ring buffers. 8 years ago
  whitequark b56fb85a30 UdpBufferElem → UdpPacket 8 years ago
  whitequark 37f565abe2 Fix lifetime variance. 8 years ago
  whitequark 8b89de2faa Working UDP loopback. 8 years ago