i can't bond server over internet


i run server internal accessory bond same machine, nonetheless i try bond opposite mechanism over internet, there pointer activity server, nor response server mechanism i'm contrast on. i've attempted both xp vista, spin off firewalls, uninterrupted ports, ran admin; zero working. :(



here formula i'm controlling accept an incoming connection:


int pier = 3326;
socket dale = new socket(addressfamily.internetwork, sockettype.stream, protocoltype.tcp);
try
{
tcplistener listener = new tcplistener(new ipendpoint(ipaddress.any, port));
listener.start();
console.writeline("server established\nlistening port: {0}\n", port);
while (true)
{
dale = listener.acceptsocket();
socket.setsocketoption(socketoptionlevel.socket, socketoptionname.sendtimeout, outime);
socket.setsocketoption(socketoptionlevel.socket, socketoptionname.keepalive, true);
socket.dontfragment = true;
newconnection pxy = new newconnection(socket);
thread fan = new thread(new threadstart(pxy.start));
client.isbackground = true;
client.start();
}
}



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?