smoltcp 0.7.3

A TCP/IP stack designed for bare-metal, real-time systems without a heap.
Documentation

smoltcp

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 20 feature flags, 17 of them enabled by default.

default

  • std
  • log
  • ethernet
  • phy-raw_socket
  • phy-tap_interface
  • proto-ipv4
  • proto-igmp
  • proto-dhcpv4
  • proto-ipv6
  • socket-raw
  • socket-icmp
  • socket-udp
  • socket-tcp
  • async

std

  • managed/std

log

    This feature flag does not enable additional features.

ethernet

  • socket

phy-raw_socket

  • std
  • libc
  • ethernet

phy-tap_interface

  • std
  • libc
  • ethernet

proto-ipv4

    This feature flag does not enable additional features.

proto-igmp

  • proto-ipv4

proto-dhcpv4

  • proto-ipv4
  • socket-raw
  • ethernet

proto-ipv6

    This feature flag does not enable additional features.

socket-raw

  • socket

socket-icmp

  • socket

socket-udp

  • socket

socket-tcp

  • socket

async

    This feature flag does not enable additional features.

socket

    This feature flag does not enable additional features.

libc

    This feature flag does not enable additional features.

alloc

  • managed/alloc

rust-1_28

    This feature flag does not enable additional features.

verbose

    This feature flag does not enable additional features.