RioTCP.cpp File Reference

#include <netdb.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "RioUnix.h"
#include <netinet/in.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/time.h>
#include <time.h>
#include "RioTCP.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "RioMutex.h"
#include <fstream>
#include <iostream>
#include "RioTypes.h"
#include "RioProxy.h"
#include "RioError.h"

Go to the source code of this file.

Functions

static void closesocket (SOCKET sock)

Function Documentation

static void closesocket ( SOCKET  sock  )  [static]

Definition at line 52 of file RioTCP.cpp.

00053     {
00054         shutdown( sock, 2 );
00055         close( sock );
00056     }

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3