-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
If a data packet arrives at a balloon that is not its final destination (e.g. a hop), allow us to detect that so that we can take appropriate forwarding action on the balloon. Ipv4 headers are probably the place to look for this so that we can keep an underlying initial header and then swap out an outer header for each hop. | next hop header | final destination header | data | trailers? |. At each hop, check if there is a second header that is different than our current location, if it is, remove the header that brought us here and replace it with the next hop on the route.
Reactions are currently unavailable