Historie revizí

Autor SHA1 Zpráva Datum
  whitequark cd893e6ab6 fn PacketMetadata::empty() → const PacketMetadata::EMPTY. před 7 roky
  whitequark bbc5cb34b7 Use storage::PacketBuffer for implementing socket::RawSocket. před 7 roky
  Dan Robertson c418b60b5d Use time types in socket před 7 roky
  Philipp Oppermann c2d18ec071 Return specific sockets from `new` functions instead of `Socket`. před 7 roky
  whitequark b0995c13e2 Fix some overly long comments. NFC. před 7 roky
  Dan Robertson 8d908127d3 Support IPv6 raw sockets před 7 roky
  whitequark 8928851665 Simplify. NFC. před 7 roky
  Dan Robertson 507d2fe0ea Add the proto-ipv4 feature. před 7 roky
  Dan Robertson deccd469fe Use hop limit instead of ttl před 7 roky
  Dan Robertson 7727687330 Add IPv6 address and cidr to wire před 7 roky
  whitequark 7937011424 Extract socket handle into a new SocketMeta structure. před 7 roky
  Dan Robertson ef4af850e0 Add ICMP sockets před 7 roky
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets před 7 roky
  whitequark 100b57aa66 Replace "socket debug identifiers" with just socket handles. před 7 roky
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv před 7 roky
  whitequark 14355e15d0 RingBuffer::{empty,full}→is_{empty,full}. před 7 roky
  Egor Karavaev 5303501173 Factor out RawSocket::accepts. před 7 roky
  whitequark fb05226a62 Refactor the "continuous" ring buffer interface. před 7 roky
  whitequark 39464a53fc Compute soft deadline in poll() and use nonblocking sockets. před 7 roky
  whitequark 3974dc780f Get rid of unused arguments in Socket::{process,dispatch}. před 7 roky
  whitequark ab0eccd213 Get rid of IpPayload and indirection in Socket::dispatch. před 7 roky
  whitequark 917f89e14b Use FnOnce, not FnMut, in Socket::dispatch() functions. před 7 roky
  whitequark 7533542ba8 Fix warnings. před 7 roky
  whitequark ee0b8b3f7a Rework and test raw sockets. před 7 roky
  whitequark a1910baa91 Put the debug_id field first in sockets. před 7 roky
  whitequark 5bf64586cd Get rid of Result<_, ()>. před 7 roky
  whitequark 1a11e4db5a Remove useless redundant tests. před 7 roky
  whitequark f31f7240be Rename RingBuffer::{dequeue_mut→dequeue}, remove RingBuffer::dequeue. před 7 roky
  whitequark 6bb9200c06 Annotate all simple getters with #[inline]. před 7 roky
  whitequark 5dfc861e38 Remove *Socket::{process,dispatch} from public interface. před 7 roky