Code Monkey home page Code Monkey logo

async-tun's People

Contributors

jeamland avatar micwoj92 avatar yaa110 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

async-tun's Issues

Flushing write buffer sometimes takes a long time

Hello!

Im having issues with your library and I traced it down to flushing buffers and was wondering if you had advice.

I set up a virtual machine and have tunnels created between my machine and the VM. I can ping through the interface with varying levels of success. Tracking down the issue it seems flushing the buffer can sometimes take 10-60 seconds, followed by a few flushes taking milliseconds, then another taking a long time. I don't think bandwidth is a problem since I'm sending a small amount of data (100's of bytes) once a second.

I did an strace and sometimes see errors but nothing seems consistent with the long delay. Here are two examples where the flush had a long wait (not all have errors).

futex(0x55cd2389a2d8, FUTEX_WAIT_PRIVATE, 0, NULL) = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGWINCH {si_signo=SIGWINCH, si_code=SI_KERNEL} ---
futex(0x55cd2389a2d8, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x55cd23899ec0, FUTEX_WAKE_PRIVATE, 1) = 0
lseek(11, -48, SEEK_CUR)                = -1 ESPIPE (Illegal seek)
futex(0x7f6364000ce8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364003600, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364000ce8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364003600, FUTEX_WAKE_PRIVATE, 1) = 1
...
futex(0x55cd2389a2d8, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
futex(0x55cd23899ec0, FUTEX_WAKE_PRIVATE, 1) = 0
lseek(11, -48, SEEK_CUR)                = -1 ESPIPE (Illegal seek)
futex(0x7f6364000ce8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364003600, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364000ce8, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f6364003600, FUTEX_WAKE_PRIVATE, 1) = 1

I have also seen this behavior between two physical machines.

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.