[R] TCPlisten + netstat
Posté : ven. 13 mars 2009 12:14
Bonjour,
J'ai repris l'exemple de la fonction "TCPlisten" afin de la tester :
Mais après un "netstat -a" je ne trouve pas mon socket en écoute ...
D' où ma question, peut-on créer un socket sur le localhost (127.0.0.1) ?
windows XP
Autoit v3
J'ai repris l'exemple de la fonction "TCPlisten" afin de la tester :
Code : Tout sélectionner
;SERVER!! Start Me First !!!!!!!!!!!!!!!
$g_IP = "127.0.0.1"
; Start The TCP Services
;==============================================
TCPStartUp()
; Create a Listening "SOCKET"
;==============================================
$MainSocket = TCPListen($g_IP, 65432, 100 )
If $MainSocket = -1 Then ExitD' où ma question, peut-on créer un socket sur le localhost (127.0.0.1) ?
windows XP
Autoit v3