smoltcp 0.7.0

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 19 feature flags, 16 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

    This feature flag does not enable additional features.

phy-raw_socket

  • std
  • libc

phy-tap_interface

  • std
  • libc

proto-ipv4

    This feature flag does not enable additional features.

proto-igmp

  • proto-ipv4

proto-dhcpv4

  • proto-ipv4
  • socket-raw

proto-ipv6

    This feature flag does not enable additional features.

socket-raw

    This feature flag does not enable additional features.

socket-icmp

    This feature flag does not enable additional features.

socket-udp

    This feature flag does not enable additional features.

socket-tcp

    This feature flag does not enable additional features.

async

    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.