iperf: test->ctrl_sck exists per test not a stream.
authorEunBong Song <eunb.song@samsung.com>
Mon, 7 Aug 2017 22:14:27 +0000 (15:14 -0700)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:49 +0000 (21:15 -0700)
commit3777f713dc9839a820e5e850453b22846acf7801
treefff2a0eaf884d33a79807f11364cbf4a33b3e78e
parent81337c00e66b691fa4920bfff3b1e1cc3b2499db
iperf: test->ctrl_sck exists per test not a stream.

iperf_client_end tries to close test->ctrl_sck per stream.
This is not correct because test->ctrl_sck exists per test.

Change-Id: I2a29de218381fe84dcfdc60a82be0d769341de2b
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/iperf/iperf_client_api.c