#include "sockcreator.h"usingnamespaceisc::socket_creator;intmain(){/* * TODO Maybe use some OS-specific caps interface and drop everything * but ability to bind ports? It would be nice. */returnrun(0,1);// Read commands from stdin, output to stdout}