I added #include <netinet/in.h> on line 48.Then executed this.
Code:
> gcc -o proxymini proxymini.c -lpthread
proxymini.c: In function 'main':
proxymini.c:238: warning: cast to pointer from integer of different size
>
There is a compiled binary in the directory.I do not know if it has been compiled correctly because of the error.What does the error mean?I checked like 238 but I do not understand it.
I think the error could be crucial because proxymini does not open any port for incoming connections.