<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wit-go/networkQuality/go.mod, branch v0.0.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/wit-go/networkQuality/atom?h=v0.0.2</id>
<link rel='self' href='http://cgit.wit.com/wit-go/networkQuality/atom?h=v0.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/'/>
<updated>2024-11-06T18:41:51Z</updated>
<entry>
<title>todo: find a way to store these in the git commit</title>
<updated>2024-11-06T18:41:51Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2024-11-06T18:41:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=5e5a66739b966272cb4bac6f9ebe72b2365f840e'/>
<id>urn:sha1:5e5a66739b966272cb4bac6f9ebe72b2365f840e</id>
<content type='text'>
Signed-off-by: Jeff Carr &lt;jcarr@wit.com&gt;
</content>
</entry>
<entry>
<title>Update to go 1.21 (with note about pending update to 1.22)</title>
<updated>2023-12-21T15:08:38Z</updated>
<author>
<name>Will Hawkins</name>
<email>hawkinsw@obs.cr</email>
</author>
<published>2023-12-21T15:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=2ec3697fd204945b556f399ed5d0f7578d6d5c38'/>
<id>urn:sha1:2ec3697fd204945b556f399ed5d0f7578d6d5c38</id>
<content type='text'>
Signed-off-by: Will Hawkins &lt;hawkinsw@obs.cr&gt;
</content>
</entry>
<entry>
<title>Added basic tests of qualityattenuation</title>
<updated>2023-05-19T19:08:12Z</updated>
<author>
<name>Bjørn Ivar Teigen</name>
<email>bjorn@domos.no</email>
</author>
<published>2023-05-19T19:08:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=372640ea973d318443427c2468b00b54e116dfb0'/>
<id>urn:sha1:372640ea973d318443427c2468b00b54e116dfb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented basic Quality Attenuation</title>
<updated>2023-05-19T11:38:52Z</updated>
<author>
<name>Bjørn Ivar Teigen</name>
<email>bjorn@domos.no</email>
</author>
<published>2023-05-19T11:38:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=1dc9c660ca8829bd386688a56b7047644789eb9a'/>
<id>urn:sha1:1dc9c660ca8829bd386688a56b7047644789eb9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2023-02-20T18:28:21Z</updated>
<author>
<name>Randall Meyer</name>
<email>rrm@apple.com</email>
</author>
<published>2023-02-15T17:58:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=0c2391d9db9ca1e199050ba91ef8d5cf508b9b95'/>
<id>urn:sha1:0c2391d9db9ca1e199050ba91ef8d5cf508b9b95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Refactor] Rename/update MovingAverage to MathematicalSeries</title>
<updated>2022-11-06T00:39:40Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-11-06T00:37:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=4508e87a57c54675ac9d94818ea5e0f4c0f7d4e6'/>
<id>urn:sha1:4508e87a57c54675ac9d94818ea5e0f4c0f7d4e6</id>
<content type='text'>
We want the MovingAverage functionality to be more generic and useful
than just doing a moving average calculation. The new functionality
allows for the calculation of the standard deviation and supports a
generic type (so it can be used with integers and floats).
</content>
</entry>
<entry>
<title>[Feature] Add TCP information (RTT and Cwnd) to Logging</title>
<updated>2022-08-18T02:07:35Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-08-18T02:07:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=18bcc4fe73bd8245cde001c939b400693a0d9410'/>
<id>urn:sha1:18bcc4fe73bd8245cde001c939b400693a0d9410</id>
<content type='text'>
This patch adds support for logging the underlying RTT and Cwnd of the
TCP connection used when doing probes. More work to follow in order to
add support for this information on Windows and Darwin.
</content>
</entry>
<entry>
<title>[Feature] Add extendedstats support for Windows</title>
<updated>2022-06-22T17:15:03Z</updated>
<author>
<name>JJ</name>
<email>60529194+Schickendantzj@users.noreply.github.com</email>
</author>
<published>2022-06-21T01:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=21b8689fa96f54350bf218b804bba58fda781fca'/>
<id>urn:sha1:21b8689fa96f54350bf218b804bba58fda781fca</id>
<content type='text'>
The added support has similar stats to getTCPInfo for linux.

Signed-off-by: Will Hawkins &lt;whh8b@obs.cr&gt;
</content>
</entry>
<entry>
<title>[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOS</title>
<updated>2022-06-18T01:29:34Z</updated>
<author>
<name>Will Hawkins</name>
<email>whh8b@obs.cr</email>
</author>
<published>2022-06-18T01:29:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=462bd5f6998e7922fb568dd50c52435370e8ecdb'/>
<id>urn:sha1:462bd5f6998e7922fb568dd50c52435370e8ecdb</id>
<content type='text'>
Now that there is support for GetTCPConnectionInfo on macOS, we can
re-enable extended stats on the macOS platform!
</content>
</entry>
<entry>
<title>update go.mod: golang.org/x/sys is no longer indirect</title>
<updated>2022-06-10T17:11:02Z</updated>
<author>
<name>Alex Cohn</name>
<email>alex@alexcohn.com</email>
</author>
<published>2022-06-10T17:11:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/wit-go/networkQuality/commit/?id=b34a73ee16389932b3cc635218bf624ac8911abe'/>
<id>urn:sha1:b34a73ee16389932b3cc635218bf624ac8911abe</id>
<content type='text'>
</content>
</entry>
</feed>
