esnet / esnet/iperf

api request: Add function iperf_server_end (similar to iperf_client_end)

Open
#1,545 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
8.8k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

I'm using iperf api in a program but it lacks the ability to programmatically stop the server.
Client api has iperf_client_end but the server one does not have the similar function.

Currently I invoke the method cleanup_server(test) for stopping the server, but by doing this, the application sometimes crashes with the signal 13 (SIGPIPE). The stream could be writing at that time.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.