zhanhb

Results 21 comments of zhanhb

I'm not sure if I succeed to do it. But I only see `This submission is being processed at the moment... Please wait.`

It seems I succeed to kill the judge client. http://bgcoder.com/Submissions

Not yet, I'm trying to find a solution fix this too.

I found one solution now. ```c ScopedHandle token; CreateRestrictedToken(USER_LIMITED, INTEGRITY_LEVEL_LOW, PRIMARY, true, &token); STARTUPINFO sa = {sizeof(sa)}; sa.lpDesktop = TEXT("Winsta0\\default"); // this line is optional if you are not running...

Without setting lpDesktop of startup info, you will get incorrect when running java in windows service.

```C# if (!NativeMethods.CreateRestrictedToken( processToken, SANDBOX_INERT | DISABLE_MAX_PRIVILEGE, ?, // Disable SID ?, // all sids in the token except Users("S-1-5-32-545"), Everyone("S-1-1-0"), Interactive("S-1-5-4") 0, // Delete privilege null, // these two...

你用的ss-libev吗?是的话可以考虑一下我这个https://github.com/zhanhb/kcptun-sip003-wrapper

貌似这个也可以加一下 https://github.com/kuoruan/luci-app-kcptun

Linux mips 启动遇到问题 ```txt 2019/07/13 05:34:36 re-connecting: dial(): tcpraw.Dial(): dial tcp 192.168.8.129:57381->my-vps-ip:12987: connect: no route to host 2019/07/13 05:34:37 re-connecting: dial(): tcpraw.Dial(): dial tcp 192.168.8.129:45426->my-vps-ip:12987: connect: no route to host...

这个是我的系统默认使用了AF_PACKET么?