Skip to content
Snippets Groups Projects
Unverified Commit 07642eb9 authored by rupumped's avatar rupumped Committed by GitHub
Browse files

Create test file for markdown math

parent 84aebc7c
No related branches found
No related tags found
No related merge requests found
```swift
if packet is standard:
if LUT does not already have source address:
add entry to LUT
if I am destination:
process data in packet
else:
increment hop count
if LUT has destination address:
send packet to port which minimizes C(hops, buffer) = hops + \lambda*buffer over all ports
else:
send packet to all ports as standard flood
elseif packet is ack:
if LUT does not already have source address:
add entry to LUT
if I am destination:
process acknowledgement
else:
increment hop count
if LUT has destination address:
send packet to port which minimizes C(hops, buffer) = hops + \lambda*buffer over all ports
else:
send packet to all ports as ack flood
elseif packet is standard flood:
elseif packet is ack flood
else:
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment