Skip to content

Commit

Permalink
usrsocktest: Fix default config mismatch in recv_block & no_block_con…
Browse files Browse the repository at this point in the history
…nect

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
  • Loading branch information
zhhyu7 authored and masayuki2009 committed Oct 14, 2022
1 parent 6e8ea78 commit 78541e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/usrsocktest/usrsocktest_block_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static void no_block_connect(FAR struct usrsocktest_daemon_conf_s *dconf)

dconf->endpoint_addr = "127.0.0.1";
dconf->endpoint_port = 255;
dconf->endpoint_block_connect = true;
dconf->endpoint_block_connect = false;
dconf->endpoint_block_send = true;
dconf->endpoint_recv_avail_from_start = true;
dconf->endpoint_recv_avail = 6;
Expand Down

0 comments on commit 78541e9

Please sign in to comment.