|
|
|
@ -43,7 +43,7 @@ int create_local (int network, char transport, char* address, int port,struct so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* This function utilizes the same functions as 'create_local' but _connects_ to the
|
|
|
|
|
requested address. It is used for remoet sockets (client sockets). The paramters are same
|
|
|
|
|
requested address. It is used for remote sockets (client sockets). The paramters are same
|
|
|
|
|
as above.
|
|
|
|
|
|
|
|
|
|
It prints the error returned by 'connect' if something went wrong, and exits with error code '-3'.*/
|
|
|
|
|