--- nono/host/netdriver_bpf.h 2026/04/29 17:04:34 1.1.1.3 +++ nono/host/netdriver_bpf.h 2026/04/29 17:04:40 1.1.1.4 @@ -28,5 +28,5 @@ class NetDriverBPF : public NetDriver std::string FindInterface(); std::unique_ptr bpfbuf {}; - int bpfbuflen = 0; + int bpfbuflen {}; };