We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b64a7b commit 69bf4a8Copy full SHA for 69bf4a8
1 file changed
tls/client-tcp.c
@@ -27,14 +27,14 @@
27
/* socket includes */
28
#include <sys/socket.h>
29
#include <arpa/inet.h>
30
-//#include <netinet/in.h>
+#include <netinet/in.h>
31
#include <unistd.h>
32
33
#define DEFAULT_PORT 11111
34
35
36
37
-int TCPclient(int argc, char** argv)
+int main(int argc, char** argv)
38
{
39
int sockfd;
40
struct sockaddr_in servAddr;
0 commit comments