Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark 9525e32a69 Remove unused imports. hace 7 años
  whitequark 5bf64586cd Get rid of Result<_, ()>. hace 7 años
  whitequark ed0828b11c Simplify impls of AsSocket. hace 7 años
  whitequark cbc10b6ea0 Remove Socket::{process,dispatch} from public interface. hace 7 años
  whitequark ba1f0a7480 Actually export socket::SocketSetItem publicly. hace 7 años
  Egor Karavaev ed08b74427 Add `RawSocket`. hace 7 años
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits hace 8 años
  whitequark 7af6ddfa0c Send the TCP MSS option. hace 8 años
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). hace 8 años
  whitequark 0dedbaf597 impl Debug for SocketSet. hace 8 años
  whitequark 019d03d758 Implement socket sets. hace 8 años
  whitequark 286c130dc5 Implement TCP retransmission. hace 8 años
  whitequark 004cfd439b Improve the user-facing TCP socket API. hace 8 años
  whitequark 0ad1ac0ef2 Generalize the TCP tests to accept multiple packets. hace 8 años
  whitequark 72abe80df8 Factor out IpRepr into the wire module. hace 8 años
  whitequark a713342120 Group IP header parts in the socket layer as struct IpRepr. hace 8 años
  whitequark f89690c278 Get rid of explicit backlog. hace 8 años
  whitequark a454a89b9e Implement conversion of incoming TCP connections into TCP streams. hace 8 años
  whitequark ab61890b09 Implement TCP server sockets. hace 8 años
  whitequark b0f7ac11ae Add some sanity into buffer names (avoid clases with wire::*). hace 8 años
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). hace 8 años
  whitequark 85ae54a488 Sort out buffer lengths. hace 8 años
  whitequark c7492b3b51 Implement TCP stream ring buffers. hace 8 años
  whitequark b56fb85a30 UdpBufferElem → UdpPacket hace 8 años
  whitequark 37f565abe2 Fix lifetime variance. hace 8 años
  whitequark 8b89de2faa Working UDP loopback. hace 8 años
  whitequark 59dae01e9c Rethink the buffering strategy with Managed<T>. hace 8 años
  whitequark 8ff9b17a97 Significantly simplify buffering. hace 8 años
  whitequark 3377b911d8 Implement network part of communication through UDP sockets. hace 8 años
  whitequark 659f6ed6f6 Implement UDP sockets. hace 8 años