mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-05 16:00:33 +00:00
Parse shared virtual nic flow keys directly from IP payload bytes instead of building pnet packet wrappers on the dispatcher hot path. Use a local HashMap for flow owner lookup and clear the bounded table on overflow instead of removing a BTreeMap entry by key order.