File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ static const size_t MAX_LEN = 64 * 1024 - 1;
51
51
static const uint32_t SEQ_START = UINT32_MAX - 5 ;
52
52
static const uint16_t MAGIC_VAL = 0xbeca ;
53
53
static const int DEFAULT_NET = MCTP_NET_ANY ;
54
- static const int DEFAULT_SECONDS_INTERVAL = 10 ;
54
+ static const int DEFAULT_SECONDS_INTERVAL = 2 ;
55
55
56
56
static float get_throughput (float total_len , float elapsed_time )
57
57
{
@@ -62,7 +62,7 @@ static void print_stats(struct recv_ctx *recv_ctx)
62
62
{
63
63
float throughput = get_throughput (recv_ctx -> stats .total_received_len ,
64
64
recv_ctx -> stats .elapsed_time );
65
- printf ("Throughput: %.2f kB/s | Recevied : %lu msgs | "
65
+ printf ("Throughput: %.2f kB/s | Received : %lu msgs | "
66
66
"Dropped: %lu msgs | "
67
67
"Invalid: %lu msgs\n" ,
68
68
throughput , recv_ctx -> stats .msg_count ,
You can’t perform that action at this time.
0 commit comments