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
Right now, each ep is in a separate domain but many assumptions are made throughout the tests about what a given ep should be used for.
For example, in many tests ep[0] refers to the sender's end point and ep[1] to the remote peer's. For these tests, it would be better to use self documenting names and have two different variables, send_ep and recv_ep.
For tests that use a given ep for sending and receiving these tests should be modified to scale when NUMEPS is increased or decreased to as low as one.
The text was updated successfully, but these errors were encountered:
Right now, each
ep
is in a separate domain but many assumptions are made throughout the tests about what a givenep
should be used for.For example, in many tests
ep[0]
refers to the sender's end point andep[1]
to the remote peer's. For these tests, it would be better to use self documenting names and have two different variables,send_ep
andrecv_ep
.For tests that use a given
ep
for sending and receiving these tests should be modified to scale when NUMEPS is increased or decreased to as low as one.The text was updated successfully, but these errors were encountered: