You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UMI devices can be tested directly using read/write/atomic, but testing hosts currently requires a lower-level abstraction, where the test uses recv() to get a request, then send() to send back the result.
The text was updated successfully, but these errors were encountered:
UMI devices can be tested directly using read/write/atomic, but testing hosts currently requires a lower-level abstraction, where the test uses
recv()
to get a request, thensend()
to send back the result.The text was updated successfully, but these errors were encountered: