comicfans

Results 20 comments of comicfans

CLOCK_BOOTTIME (requires 3.15) is not supported by 2.6, but after changed to CLOCK_MONOTONIC, boringtun still crash root@unknown:/tmp# RUST_BACKTRACE=full ./boringtun -f wg0 thread '' panicked at 'called `Result::unwrap()` on an `Err`...

child process failed at tun_linux.rs line 88, IFF_MULTI_QUEUE is only supported by kernel 3.8. by remove it and run with thread number = 1, boringtun finally bring up wg0. it...

unmodified boringtun(except musl SIOCGIFMTU) can bring up wg0 if run with --disable-multi-queue (without specified thread number)

I think it's OK, but detect kernel version and setup these automatically will be better.

Hi steve, I want to use +0800 (Asia/Shanghai) timezone , my linux timedatectl output: Local time: Sat 2018-11-10 11:10:37 CST Universal time: Sat 2018-11-10 03:10:37 UTC Time zone: Asia/Shanghai (CST,...

unfortunately , it never disappears on our coverage environment, no matter how long time passed. So I wonder if OpenCppCoverage can ignore none critical parts of this problem and continue...

Thanks for the information, but I'm afraid I can't test that any more since our build server will migrate to complete different environment OpenCppCoverage 于 2018年8月18日周六 下午11:56写道: > Hello, >...

if no resolution avaible , can SDL video init successful ? (I've not check the whole logic flow, not sure if these resolution detected by SDL)

I'm not familiar with zip spec, doesn't zip file format provide some level of integrity check , so we can reject such invalid input earlier ?

so that means the lzma header isn't under zip crc protecting, so it can't be verified as part of zip container, only can be verified as lzma header alone ?