a8ee9c650b
* Include stdint.h in files where its types are used Signed-off-by: Moritz Kick <f1rebird@users.noreply.github.com> * Fix type of len parameter passed to getsockopt getsockopt expects socklen_t instead of int as its fifth argument Signed-off-by: Moritz Kick <f1rebird@users.noreply.github.com> * Remove unnecassary includes of netinet/tcp.h also cleanup the second include of stdint.h in main.c This commit fixes #331 and is a replacement for #344. Signed-off-by: Moritz Kick <f1rebird@users.noreply.github.com>