markandpathak

Results 6 comments of markandpathak

I am also having the same issue. The backup didn't restored the default indexes created when running `create_hypertable`. Why there are some items skipped in restore? I am seeing all...

Thank you very much! I have a lot more clarity now. I guess these basic examples should be included in the examples folder. It can save a lot of time...

I just had one follow up question: How do you define a timeout on client-hello and overall TLS handshake? How to prevent attacks like Slowloris? Where to configure it? I...

I think it might go little off topic, but I want to implement this case: In a pub/sub broker it is inefficient to allocate a buffer for each connection as...

I agree but here goal is to delay the read buffer allocation until actually needed. Even though execution wise they are same, they wake up when there's data, there's a...