Andy Wang
Andy Wang
Hi, what does the log say for ck-server? Can you see the new session? Does it provide a reason for closing the sessions?
> "ServerName": "cloudfront.net", I was a bit ambiguous when I wrote the instructions in the wiki. By "the domain of the CDN server", it should be what you referred to...
>"Transport": "DNS", It could be due to this. Should've been `CDN` instead.
If you visit `xxx.cloudfront.net` in your browser (try both HTTP and HTTPS), are there anything showing up in your ck-server log?
Please provide some environment information, like the CPU architecture and the version of cloak you are using. How many sessions are established when this happens? Is there any trigger or...
rc4-md5 is not secure so it's not recommend. Chacha20 performs than AES worse on machines with AES-NI support. Regardless I don't think the CPU usage is due to crypto. Is...
Well it's certainly possible and I could do it for fun, though it's unlikely I'll find much motivation for it because Go works fine. I haven't hit much rough edges...
Hi @jeffshead sorry it took me a while to look at this issue. The use case issue you encountered was broken by me some time back without proper consideration :(...
Sorry for the excessive space use caused. It now doesn't try to accept in a tight loop but instead retries with gradually increasing pause. But have you been DDOSed when...
Check the system clocks on your client and server and make sure they are in sync Sent with GitHawk