fl0 Posted November 9, 2006 Posted November 9, 2006 The function TCPConnect only works up to a certain number I run a Teamspeakserver on TCP Port 70000. When i used TCPConnect i got @error = 2 (=> wrong port). So i changed the TCP port to 40000 and restarted the Teamspeakserver. Now my program worked great. After i changed it back to 70000 again there was the same error as before.
GaryFrost Posted November 9, 2006 Posted November 9, 2006 1 - 65535 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
/dev/null Posted November 9, 2006 Posted November 9, 2006 I run a Teamspeakserver on TCP Port 70000.No, you don't!! __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
jpm Posted November 9, 2006 Posted November 9, 2006 (edited) The function TCPConnect only works up to a certain number I run a Teamspeakserver on TCP Port 70000. When i used TCPConnect i got @error = 2 (=> wrong port).So i changed the TCP port to 40000 and restarted the Teamspeakserver. Now my program worked great. After i changed it back to 70000 again there was the same error as before.can you follow the directives to write a BUG report?ThanksPS If you really use 70000, that your error as a port number cannot be greater than 65535 Edited November 9, 2006 by jpm
Snarg Posted November 10, 2006 Posted November 10, 2006 A good read on TCP/IP port numbers. A little reading goes a long way. Post count means nothing.
rambo3889 Posted November 10, 2006 Posted November 10, 2006 The function TCPConnect only works up to a certain number I run a Teamspeakserver on TCP Port 70000. When i used TCPConnect i got @error = 2 (=> wrong port).So i changed the TCP port to 40000 and restarted the Teamspeakserver. Now my program worked great. After i changed it back to 70000 again there was the same error as before.Thats the most weird thing i ever heard about tcp/ip , as gafrost say the only port which exist in the computer are from 1 to 65535 My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
fl0 Posted November 10, 2006 Author Posted November 10, 2006 oh sorry i didn't know that. @mods pls move topic to help forum. i was confused because i tried the same in a php script with "fsockopen" on the port it worked pls tell my why that worked
Richard Robertson Posted November 10, 2006 Posted November 10, 2006 It didn't. The application just didn't recognize the error and was listening to a closed socket.
PaulIA Posted November 10, 2006 Posted November 10, 2006 It didn't. The application just didn't recognize the error and was listening to a closed socket.Or more likely, the application did recognize the error but the programmer didn't check for it. Anybody want to lay a bet? Auto3Lib: A library of over 1200 functions for AutoIt
Valik Posted November 11, 2006 Posted November 11, 2006 I would say there was no error. I would imagine the value overflowed thus opening port 4464.
/dev/null Posted November 11, 2006 Posted November 11, 2006 I would say there was no error. I would imagine the value overflowed thus opening port 4464.That's exactly what happens if you create a socket on port 70000 with Perl for windows.CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
/dev/null Posted November 12, 2006 Posted November 12, 2006 How about IPv6?"Limits" of TCP and UDP stay the same with IPv6. We are running out of internet routable IP addresses, not TCP/UDP ports!CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now