gluxon / wireguard-uapi-rs

MIT License
32 stars 10 forks source link

Split Peers #2

Closed gluxon closed 4 years ago

gluxon commented 4 years ago

Similar to #1, we should split peers into smaller fragments if they don't fit into a single netlink packet.

gluxon commented 4 years ago

This worked the first time I tested it with the large payload test, so I'm a little cautious of the result. We'll see if bugs appear when further tests are written.