X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=046cf0b76f63ca57129e0b3a699b5a0bb43ae651;hp=0e41be1c3fa804c772f4547a16ac68ec8b42e262;hb=32facbd1b7948f146515e53194cfd4f33c54353f;hpb=7dbd1b5dcca5d9dff4dab9356b7a9bc3fbbec7fa diff --git a/net.c b/net.c index 0e41be1c..046cf0b7 100644 --- a/net.c +++ b/net.c @@ -6,8 +6,8 @@ /** \file net.c networking-related helper functions */ -#include "error.h" #include "para.h" +#include "error.h" #include "net.h" #include "string.h" @@ -284,14 +284,16 @@ int get_host_info(char *host, struct hostent **ret) } /** - * a wrapper around socket(2) + * A wrapper around socket(2). * - * Create an IPv4 socket for sequenced, reliable, two-way, connection-based - * byte streams. + * \param domain The communication domain that selects the protocol family. * * \return The socket fd on success, -E_SOCKET on errors. * - * \sa socket(2) + * Create an IPv4 socket for sequenced, reliable, two-way, connection-based + * byte streams. + * + * \sa socket(2). */ int get_stream_socket(int domain) {