|
发表于 2003-4-11 10:19:54
|
显示全部楼层
Please, someone tell me howto quote?? 
from kj501:
端口21是用来连接新的socket的。一旦连接成功,服务器会给这个新的socket分配一个没有使用的新端口号,而原来的端口21被空闲出来给下一个连接。如果原来的连接继续占用端口21,那么新的连接必须等到原来的连接结束后,才能使用端口21。
Again, the above is not correct, all the incoming connection still connect to local port 21, not another number. |
|