mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
parent
fa3a195077
commit
87c5f91a74
@ -168,7 +168,7 @@ class Black_hole_test::Uplink_test
|
|||||||
|
|
||||||
void _submit_pkts()
|
void _submit_pkts()
|
||||||
{
|
{
|
||||||
for (; _nr_of_sent_pkts < 40; _nr_of_sent_pkts++) {
|
for (; _nr_of_sent_pkts < 30; _nr_of_sent_pkts++) {
|
||||||
|
|
||||||
if (!_connection->tx()->ready_to_submit()) {
|
if (!_connection->tx()->ready_to_submit()) {
|
||||||
class Submit_queue_full { };
|
class Submit_queue_full { };
|
||||||
@ -225,6 +225,9 @@ class Black_hole_test::Uplink_test
|
|||||||
_nr_of_acked_pkts++;
|
_nr_of_acked_pkts++;
|
||||||
}
|
}
|
||||||
_submit_pkts();
|
_submit_pkts();
|
||||||
|
_reconstruct_connection();
|
||||||
|
_nr_of_sent_pkts = 0;
|
||||||
|
_submit_pkts();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool finished() const
|
bool finished() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user