New VB6 Problem

hi i'm using winsock in vb6. is it okay if i address or set the same local port in 10 computers?

example:
station#1= ip address: 192.168.01 localport: 10101
station#2= ip address: 192.168.02 localport: 10101
station#3= ip address: 192.168.03 localport: 10101
station#4= ip address: 192.168.04 localport: 10101
station#5= ip address: 192.168.05 localport: 10101
station#6= ip address: 192.168.06 localport: 10101
station#7= ip address: 192.168.07 localport: 10101
station#8= ip address: 192.168.08 localport: 10101
station#9= ip address: 192.168.09 localport: 10101
station#10= ip address: 192.168.10 localport: 10101
[671 byte] By [dakauten] at [2007-11-19 19:58:20]
# 1 Re: New VB6 Problem
I hope it will work fine.

still pls try and test!!

Take Care!!
pranay at 2007-11-9 20:10:32 >
# 2 Re: New VB6 Problem
it should be provided the localport you have selected isn't already in use by another app
Bill Crawley at 2007-11-9 20:11:32 >