mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Update README.org
This commit is contained in:
parent
33d24479de
commit
c5fa6d856a
1 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,14 @@ Tests folders names convention:
|
|||
- [X] Communications on eth0 is created and performed (simulated time increase) even if receiver is turned off
|
||||
* api_send_eth0_2s1r [1/1]
|
||||
- [X] Check send on 2 receivers works
|
||||
* api_send_eth0_3s1r
|
||||
* api_send_eth0_3s1r [5/5]
|
||||
- [X] 3 senders transmit to same node get their bandwidth divided by 3
|
||||
- [X] If 2 of the 3 senders end their communications, the remaining one get its bandwidth divided by 2 to
|
||||
send its remaining amount of data
|
||||
- [X] If 1 of the 3 senders end its communication, the remaining 2 get their bandwidth divided by 2 to
|
||||
send their remaining amount of data
|
||||
- [X] 3 senders get their bandwidth divided by 3, 2 by 2 and 1 get full bandwidth
|
||||
- [X] Ensure that after all these bandwidth sharing, a single send work as expected
|
||||
* api_sendt_eth0_1s1r [3/3]
|
||||
- [X] sendt() works if timeout > transmission duration
|
||||
- [X] sendt() works if timeout = transmission duration
|
||||
|
|
Loading…
Add table
Reference in a new issue