Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freebsd fix #244

Closed
wants to merge 2 commits into from
Closed

Freebsd fix #244

wants to merge 2 commits into from

Conversation

he32
Copy link
Contributor

@he32 he32 commented Feb 11, 2015

The FreeBSD kernel counts retransmissions in tcpi_snd_rexmitpack.
This changes iperf accordingly, enables retransmissions reporting for FreeBSD,
and uses #elif in a few places to ease the introduction of support for
another OS.

  • Havard

from the field where the kernel leaves it in the tcp_info struct.
@bmah888
Copy link
Contributor

bmah888 commented Feb 11, 2015

Thanks for the patch! Hoping to get time to look at this soon-ish.

Does this pull request replace issue #243?

@he32
Copy link
Contributor Author

he32 commented Feb 12, 2015

Yes, it replaces issue #243.

@he32
Copy link
Contributor Author

he32 commented Feb 12, 2015

I should perhaps note that I've not actually tested the suggested change on FreeBSD, but I had reason to look at the kernel parts of the TCP_INFO functionality, and spotted the problem when I ported that part to NetBSD, where it's not yet committed but hopefully will be soon.

@bmah888
Copy link
Contributor

bmah888 commented Mar 13, 2015

Superceded by #248.

@bmah888 bmah888 closed this Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants