Changelog
- 64df283 Merge pull request #21 from HynoR/tunnel-patch
- 5f424ed tunnel: refactor: Initialize NetBuffer in-place
- 0549a2b tunnel: refactor: Got rid of more reallocations when doing packet processing
- 2fac31d tunnel: refactor: NewNetBuffer signature simplification
- 52f60a1 tunnel: docs: Document NetBuffer
- ea99890 tunnel: refactor: Move tunnel buffer pools to NetstackAdapter for better encapsulation
- e5fafc7 tunnel: refactor: Remove strict size constraint on net buffer allocation
- a4cb5dc tunnel: refactor: Update ReadPacket method signatures and buffer handling
- 6531255 tunnel: refactor: Implement packet buffer pooling for improved performance
- ba0e50a docs: Document Darwin support