Giter Club home page Giter Club logo

Comments (3)

ivlovric avatar ivlovric commented on July 17, 2024

Hi!

Buffer size internally is set to max tcp window size just to make sure we dont miss anything, although it will never hit that limit and it is not configurable. We are making sure we catch everything to file - https://github.com/ivlovric/HFP/blob/main/HFP.go#L134

When HEP server is unavailable HFP will try indefinitely every 5 seconds

Capture date is luckily encoded and transmitted in HEP packet itself by its origin encoder, so when flushed it should be preserved in the end.

I

from hfp.

idanam-del avatar idanam-del commented on July 17, 2024

Thank you for answering my questions

But 65535 bytes limit is enough? the default buffer size on heplify is 32MB. 65535 bytes are 0.52428 megabit.

-b int
Interface buffersize (MB) (default 32)

from hfp.

ivlovric avatar ivlovric commented on July 17, 2024

Hi,

buffer limit is enough, it is tcp buffer which by design cant be any higher. heplify is seemingly buffering on some other level higher than tcp - interface level which is os abstraction.
Feel free to try "-d on" switch on HFP, there is more info on packets received in bytes in relation to tcp buffer size.

from hfp.

Related Issues (7)

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.