Skip to content

Commit

Permalink
Fix compile error when SCTP is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
davidBar-On committed Jul 14, 2024
1 parent 137f407 commit b9a7232
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/iperf.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,13 @@ typedef atomic_uint_fast64_t atomic_iperf_size_t;
typedef unsigned int uint
#endif // __vxworks or __VXWORKS__

#if defined(HAVE_SCTP_H)
struct iperf_sctp_info
{
long rtt;
long pmtu;
uint32_t wnd;
uint32_t cwnd;
};
#endif /* HAVE_SCTP_H */

struct iperf_interval_results
{
Expand Down

0 comments on commit b9a7232

Please sign in to comment.