Skip to content
Snippets Groups Projects
Commit 5553bfe6 authored by Guillem Alenyà's avatar Guillem Alenyà
Browse files

new hexaglide repo initialized

parent 118fec1d
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ void CSocket::hard_open(void *comm_dev) ...@@ -52,6 +52,7 @@ void CSocket::hard_open(void *comm_dev)
if(!this->cloned) if(!this->cloned)
{ {
if(this->type==socket_tcp) if(this->type==socket_tcp)
//if((this->socket_fd=socket(AF_INET,SOCK_DGRAM,0))<0)
{ {
if((this->socket_fd=socket(AF_INET,SOCK_STREAM,0))<0) if((this->socket_fd=socket(AF_INET,SOCK_STREAM,0))<0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment