smoltcp 0.5.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 17 feature flags, 13 of them enabled by default.

default

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

std

  • managed/std

log

    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-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.

libc

    This feature flag does not enable additional features.

proto-dhcpv4

  • proto-ipv4

alloc

  • managed/alloc

verbose

    This feature flag does not enable additional features.

rust-1_28

    This feature flag does not enable additional features.