TCP Server 模式下,如果尝试使用系统已经占用的端口,会导致 `OSError`: [Errno 98] Address already in use 而程序崩溃。 `Network` 包需要对这种异常进行捕捉与处理