Historie revizí

Autor SHA1 Zpráva Datum
  whitequark 5e448db950 Remove IpEndpoint::accepts. před 8 roky
  whitequark 7533542ba8 Fix warnings. před 8 roky
  whitequark 265e6f6cb7 Add UdpSocket::is_open, similar to TcpSocket::is_open in function. před 8 roky
  whitequark 0482afc2d8 Simplify signature of UdpSocket::send_slice. před 8 roky
  whitequark a1910baa91 Put the debug_id field first in sockets. před 8 roky
  whitequark 492fe3e4b1 Rework and test UDP sockets. před 8 roky
  whitequark 5bf64586cd Get rid of Result<_, ()>. před 8 roky
  whitequark 1a11e4db5a Remove useless redundant tests. před 8 roky
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. před 8 roky
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. před 8 roky
  whitequark a15bc8105e In {Tcp,Udp}Socket::process, make protocol check an assertion. před 8 roky
  whitequark 1c1489e5fb try! → ? před 8 roky
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. před 8 roky
  Egor Karavaev 441881609c Factor out the `RingBuffer` container. před 8 roky
  whitequark 7381e7f98b fn Device::mtu() -> usize → Device::limits() -> DeviceLimits před 8 roky
  whitequark 7af6ddfa0c Send the TCP MSS option. před 8 roky
  whitequark 16826628fe Distinguish sockets by debug identifiers (socket set indexes). před 8 roky
  whitequark 41f9426380 Calculate IP payload length from the total length field. před 8 roky
  whitequark 830f9d9ad5 Update TcpSocket::{can,may}_{send,recv} APIs. před 8 roky
  whitequark 0dedbaf597 impl Debug for SocketSet. před 8 roky
  whitequark 8bff18cfdd Rework the user-facing error handling in UDP sockets. před 8 roky
  whitequark d5638f469f Return the amount of bytes sent from UdpSocket::send_slice. před 8 roky
  whitequark e2b4753173 Add functions to check if the UDP socket buffers are empty or not. před 8 roky
  whitequark 0ccd6205f7 Swap the data and endpoint in UdpSocket methods. před 8 roky
  whitequark 8f28e99a0c Make interfaces not own the sockets. před 8 roky
  whitequark 70a09735c9 Make binding the UDP socket an explicit operation. před 8 roky
  whitequark b4b97ec88f Use the managed crate. před 8 roky
  whitequark 286c130dc5 Implement TCP retransmission. před 8 roky
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. před 8 roky
  whitequark 004cfd439b Improve the user-facing TCP socket API. před 8 roky