Releases: rigtorp/udpreplay
Releases · rigtorp/udpreplay
v1.1.0
What's Changed
- jump over nested vlan tags by @james-watson in #24
- Handle BSD vs GLIBC differences in udp.h by @rigtorp in #27
New Contributors
- @james-watson made their first contribution in #24
Full Changelog: v1.0.0...v1.1.0
First release!
The is the first release of udpreplay!
Statically linked binary for 64bit linux is provided.
Building release:
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-static" -DCMAKE_EXE_LINKER_FLAGS="-Wl,--gc-sections -Wl,--strip-all -LMicrosoft/vcpkg/installed/x64-linux/lib/"