Skip to content
#

network-programming

Here are 645 public repositories matching this topic...

nibanks
nibanks commented Feb 18, 2020

While looking at the code, I noticed there are several failure paths in the QuicPacketBuilderFinalize function that don't result in the current packet metadata being cleaned up. It could have a reference to a stream, which doesn't get released. This will at best leak additional memory, and at worst cause a hang in clean up.

zeeshanlakhani
zeeshanlakhani commented Apr 9, 2020

Background

Currently, we can read Ethernet frames with VLAN-tags, but not generate/create ones. We'd like to be able to generate packets with VLAN-tagged Ethernet frames. More information about tags can be found at https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021q and https://docs.rs/capsule/latest/capsule/packets/struct.Ethernet.html#8021ad, including links to specs/

Improve this page

Add a description, image, and links to the network-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the network-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.