tortoisedoc
Results
2
issues of
tortoisedoc
Setup: - 3 separate physical servers setup, connected via Wireguard on internal network Problem: We have noticed that on high load (during performance testing), the slirp4netns nears 100% CPU (expected)....
help wanted
libslirp
#define GETMYID(a) ((a))+1 #define FIGHT_FOO(c, ...) foo(c, ##__VA_ARGS__) FIGHT_FOO(1, GETMYID(a)); The gcc -E says: foo(1, ((a))+1); And simplecpp says: foo ( 1 , GETMYID ( a ) ) ;
bug