#include <stdio.h>
#include <sched.h>
#include <unistd.h>
#include <time.h>
#include <ctype.h>
#include <list>
#include "Connector.h"
#include "ConnectionWrap.h"
#include "BufferedFile.h"
#include "BufferedFileFactory.h"
#include "ConnectionFactory.h"
#include "Connection.h"
#include "FilterConnection.h"
#include "OutputConnection.h"
#include "Clock.h"
#include "connect.h"
Include dependency graph for Muxer.C:
Go to the source code of this file.
Defines | |
#define | BUFFSIZE 512 |
The Buffersize. | |
Functions | |
int | connect (hostent *he, int port) |
Connect to a host using the port and the hostentry. | |
bool | isNum (char *arg) |
is the current string a number? | |
string | getIP (int ip) |
Get the IP address of an int as a string. | |
int | main (int argc, char *argv[]) |
accepts hostname pairs |
|
The Buffersize.
Definition at line 20 of file Muxer.C. Referenced by main(). |
|
Connect to a host using the port and the hostentry.
Definition at line 2 of file connect.C. Referenced by main(). |
|
Get the IP address of an int as a string.
|
|
is the current string a number?
Definition at line 158 of file Muxer.C. Referenced by main(). |
|
accepts hostname pairs
Definition at line 36 of file Muxer.C. References BUFFSIZE, Clock::clock, connect(), BufferedFileFactory::getNewBufferedFile(), isNum(), BufferedFileFactory::process(), BufferedFile::setReadOnly(), BufferedFile::setWriteOnly(), SHORTCONN, ConnectionWrap::write(), and ConnectionWrap::writeReady(). |