Is there a term for "one turn of communication", ie. a request and a response pair, in networking or IPC?
For example in sockets,
# a pair = ?
sock.send(...)
sock.recv(4096)
Is there a term for "one turn of communication", ie. a request and a response pair, in networking or IPC?
For example in sockets,
# a pair = ?
sock.send(...)
sock.recv(4096)