if a socket between the client and the server is closed (the tcp connection is closed), the client will not be able to re-establish an identical socket in a short period of time (two minutes according to the book). So my understanding is: join me to connect to Baidu, then for some reason the tcp connection is terminated, then I can no longer visit Baidu within two minutes? This is obviously impossible because such a problem has never been encountered in reality. So how do you understand TIME_WAIT?