Code Monkey home page Code Monkey logo

unetd's People

Contributors

ansuel avatar jow- avatar nbd168 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unetd's Issues

pc to pc ping package > 1320 all droped

C:>ping 10.253.253.253

Pinging 10.253.253.253 with 32 bytes of data:
Reply from 10.253.253.253: bytes=32 time=41ms TTL=64
Reply from 10.253.253.253: bytes=32 time=21ms TTL=64
Reply from 10.253.253.253: bytes=32 time=22ms TTL=64
Reply from 10.253.253.253: bytes=32 time=21ms TTL=64

Ping statistics for 10.253.253.253:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 41ms, Average = 26ms

C:>ping 10.253.253.253 -l 1310

Pinging 10.253.253.253 with 1310 bytes of data:
Reply from 10.253.253.253: bytes=1310 time=21ms TTL=64
Reply from 10.253.253.253: bytes=1310 time=21ms TTL=64
Reply from 10.253.253.253: bytes=1310 time=21ms TTL=64
Reply from 10.253.253.253: bytes=1310 time=21ms TTL=64

Ping statistics for 10.253.253.253:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 21ms, Average = 21ms

C:>ping 10.253.253.253 -l 1320

Pinging 10.253.253.253 with 1320 bytes of data:
Reply from 10.253.253.253: bytes=1320 time=22ms TTL=64
Reply from 10.253.253.253: bytes=1320 time=21ms TTL=64
Reply from 10.253.253.253: bytes=1320 time=22ms TTL=64
Reply from 10.253.253.253: bytes=1320 time=21ms TTL=64

Ping statistics for 10.253.253.253:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 22ms, Average = 21ms

C:>ping 10.253.253.253 -l 1330

Pinging 10.253.253.253 with 1330 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

vx0 mtu=1350

pc to pc ping package > 1320 all droped

README

Hi, could you pease add a readme to the project so it's easier to understand what this project does?

local IPv6 address is calculated differently on little and big endian platforms

The IPv6 addresses used within the wireguard tunnels are derived from the public key. However, it seems like the derivation function is not endian-safe, so the resulting address differs e.g. on MIPS and Aarch64 platforms.
Example:

on Aarch64 (LE)

peer: NeEK/xTlBKty2RpcigGIc+243vJ+eU98o3YJXkWEG1M=
  ...
  allowed ips: fd03:6cd6:e922:344d:5305:2021:e003:a5f8/128

on MIPS (BE)

peer: NeEK/xTlBKty2RpcigGIc+243vJ+eU98o3YJXkWEG1M=
  ...
  allowed ips: fd20:a740:1e2f:7e3a:4a5c:f6d5:2f26:a64/128

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.