Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tcp stack #70

Merged
merged 3 commits into from
Aug 3, 2022

Commits on Aug 3, 2022

  1. Remove TcpClientStack and TcpFullStack

    These traits restricts implementors to only support 1
    connection at a time, which only covers a small set of use cases.
    
    The new TcpConnect trait is more flexible and should be the preferred
    trait for implementors and users.
    Ulf Lilleengen committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e36975d View commit details
    Browse the repository at this point in the history
  2. Prepare for 0.2.0 release

    Ulf Lilleengen committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8f83592 View commit details
    Browse the repository at this point in the history
  3. Remove UDP traits

    The traits restrict the implementations too much on embedded devices.
    Removing them now to avoid people committing to them, and instead
    reintroduce them in a form that is more easily supported by drivers.
    Ulf Lilleengen committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0463ef0 View commit details
    Browse the repository at this point in the history