Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有“一轮沟通”的术语,即。网络或IPC中的请求和响应对?
例如在套接字中,
# a pair = ? sock.send(...) sock.recv(4096)