Avinash Gupta

Results 5 issues of Avinash Gupta

Many functions are inline, as we know in such case we have to provide the definition within the header file. We are getting link issues with such functions. https://stackoverflow.com/questions/953710/inline-function-linker-error

How to gracefully terminate this daemon? Proper method to end the daemon should also be discussed.

Spelling of platform in readme file is wrong. See the very first line.

While operating a socket in TCP mode, we use recv() to wait for data from our peer. In case we are the client and send some request to server we...

I have added a feature to support timeout in **recv()** call. We can now use the **setsockopt()** with option **SO_RCVTIMEO** to set timeout value for the specified socket. To get...