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

removed print statements #6

Merged
merged 1 commit into from
Apr 29, 2023

Commits on Apr 29, 2023

  1. 1. Sampling Application maintains Context information using 3 tuple (…

    …src ip, dst ip, protocol) of a receiving packet
    
    2. if a port receives multiple packets with the same 3-tuple assume they are
    part of same context and increment count.
    3. if the packet count of same context greater than 15, drop the packer
    otherwise forward the packet
    4. Overall, using a 3-tuple to maintain context information can be a useful tool
    for managing network traffic and ensuring that packets are delivered to their
    intended destinations.
    Vijaya Rani committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    0f5e68b View commit details
    Browse the repository at this point in the history