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

Conversation

vthiruveedula
Copy link

  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.

…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.
@vikasJain85 vikasJain85 merged commit 6e43af8 into vikasJain85:sampling Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants