Skip to content

Enable Forwarding of Data Packets #10

@CBielstein

Description

@CBielstein

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions