Socket.st
changeset 4961 a1c49a18e83d
parent 4955 a5b7af921f9e
child 5001 11cbbbcbc87e
equal deleted inserted replaced
4960:b7afd7586747 4961:a1c49a18e83d
   795 
   795 
   796 
   796 
   797     "
   797     "
   798      (Socket newIPv6:9996).
   798      (Socket newIPv6:9996).
   799 
   799 
   800      test (eval the code below, then open a browser on 
   800      test (eval the code below, then open a browser on (replace by your own IPv6 address)
   801         http://[2003:a:e4d:bb01:a17f:9312:54cb:fed7]:9997/
   801         http://[2003:a:e4d:bb01:a17f:9312:54cb:fed7]:9997/
   802      
   802      
   803      (Socket newIPv6:9997) 
   803      (Socket newIPv6:9997) 
   804         listenFor:1;
   804         listenFor:1;
   805         readWait;
   805         readWait;