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

Mtu #85

Closed
wants to merge 59 commits into from
Closed

Mtu #85

wants to merge 59 commits into from

Commits on Nov 23, 2023

  1. clean code

    due to libc crate updated, ifreq struct added
    ssrlive committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3c8fb5a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. refine macos device

    ssrlive committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    dde6920 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. refactor device n queue

    ssrlive committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9d6c749 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    11d136f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e944758 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. refine TunPacketCodec

    ssrlive committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a74731b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. beginning v2

    ssrlive committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    dbb6351 View commit details
    Browse the repository at this point in the history
  2. refine packet_information

    ssrlive committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    05df46c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into v2

    ssrlive committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    c32366f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. cargo config.toml

    ssrlive committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ee80e99 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. refine cargo.toml

    ssrlive committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b1d0c56 View commit details
    Browse the repository at this point in the history
  2. refine code

    ssrlive committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    51e2553 View commit details
    Browse the repository at this point in the history
  3. eliminate redundantcopy

    xmh0511 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3061457 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from xmh0511/v2

    eliminate redundant copy
    xmh0511 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    885d09e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57fc820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    641bd42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1abffe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c024261 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6 from xmh0511/v2

    fix the mtu of wintun may larger than the provided default capacity
    xmh0511 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    dd57ac0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86fd2fd View commit details
    Browse the repository at this point in the history
  11. change to shared reference

    xmh0511 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    199f675 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7 from xmh0511/v2

    associate mtu with the capacity of ReadBuf for all platforms
    xmh0511 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    33c2b12 View commit details
    Browse the repository at this point in the history
  13. remove AsyncQueue

    ssrlive committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    821dc33 View commit details
    Browse the repository at this point in the history
  14. clippy issues

    ssrlive committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f153bbf View commit details
    Browse the repository at this point in the history
  15. clippy issues

    ssrlive committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fa6d281 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. refactor interfaces

    ssrlive committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9a5da49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from ssrlive/v0.7

    refactor interfaces
    ssrlive authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a80efc3 View commit details
    Browse the repository at this point in the history
  3. Bump v0.7.1

    ssrlive committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c2bb8e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Create dependabot.yml

    ssrlive authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6b0bb56 View commit details
    Browse the repository at this point in the history
  2. codec module to public

    ssrlive committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    5a182dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from ssrlive/codec

    codec module to public
    ssrlive authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    17b1c58 View commit details
    Browse the repository at this point in the history
  4. rename to unix_device

    ssrlive committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4b48324 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    e0e0792 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from xmh0511/v2

    avoid unnecessary copy and fix lfreq not found on macOS
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a891bd9 View commit details
    Browse the repository at this point in the history
  3. bump version

    xmh0511 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    04fb141 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from xmh0511/v2

    bump version
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ec2e08c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9ce3a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #13 from xmh0511/v2

    add split for windows platform
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2ddb560 View commit details
    Browse the repository at this point in the history
  7. recover libc version

    xmh0511 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a39357f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #14 from xmh0511/v2

    recover libc version
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    336d12d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd74d71 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15 from xmh0511/v2

    refine platform/windows/device.rs
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d33d3ad View commit details
    Browse the repository at this point in the history
  11. Bump package version

    xmh0511 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    13cb7d8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #16 from xmh0511/v2

    Bump package version
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    11c6c2f View commit details
    Browse the repository at this point in the history
  13. fix mtu for windows

    xmh0511 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b2d3b10 View commit details
    Browse the repository at this point in the history
  14. Bump version

    xmh0511 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    bcdbcbc View commit details
    Browse the repository at this point in the history
  15. Merge pull request #17 from xmh0511/v2

    fix mtu for windows
    xmh0511 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f8f6598 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    19b77c4 View commit details
    Browse the repository at this point in the history
  2. revamp encapsulatation

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8fd2629 View commit details
    Browse the repository at this point in the history
  3. correct read-async example

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    046e9b2 View commit details
    Browse the repository at this point in the history
  4. recover pub

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8b5d4c0 View commit details
    Browse the repository at this point in the history
  5. update dependabot.yml

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e87262e View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4c6e107 View commit details
    Browse the repository at this point in the history
  7. update example

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3f47a6d View commit details
    Browse the repository at this point in the history
  8. update

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8127bc1 View commit details
    Browse the repository at this point in the history
  9. update

    xmh0511 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    701b7e3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from ssrlive/dependabot/github_actions/actions…

    …/checkout-4
    
    chore(deps): bump actions/checkout from 3 to 4
    xmh0511 authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    169a269 View commit details
    Browse the repository at this point in the history
  11. refine TunPacketCodec (#19)

    ssrlive authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0bf68e2 View commit details
    Browse the repository at this point in the history
  12. MTU issues

    ssrlive committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    32721c8 View commit details
    Browse the repository at this point in the history