Skip to content

Tags: holepunchto/libudx

Tags

v1.6.9

Toggle v1.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/mtu remove raise state (#156)

* copied perf test from sendmmsg branch

* trailing whitespace

* fix some warnings, add warnings to build

* cleanup warnings

* remove mtu-raise-timer and related state

v1.6.8

Toggle v1.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't tear down stream queues until after handles have closed (#155)

v1.6.7

Toggle v1.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clear connected status on stream close (#153)

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close MTU timer on stream close (#151)

* Close MTU timer on stream close

* `stream->err` -> `stream->error`

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Call `on_firewall` when receiving data on a different socket (#148)

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return error if trying to relay to closed stream (#149)

v1.6.3

Toggle v1.6.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Feature/change remote add socket (#147)

* copied perf test from sendmmsg branch

* trailing whitespace

* change socket on change_remote call, crash fix.

* always set pkt->fifo_gc and pkt->send_queue when queueing a packet

* win fix

---------

Co-authored-by: Kasper Isager Dalsgarð <kasperisager@hey.com>

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test destroying old streams on changing remote (#145)

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `udx_stream_write()` status code when drained (#144)

v1.6.0

Toggle v1.6.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Feature/change remote address (#143)

* copied perf test from sendmmsg branch

* trailing whitespace

* change remote address api

* malloc.h->stdlib.h

* Apply suggestions from code review

Co-authored-by: Kasper Isager Dalsgarð <kasperisager@hey.com>

* updated change-remote test to use built-in relay

* fixup remote address before invoking on_remote_change callback

* testing if the mac testrunner fails due to 127.0.0.[234] addresses

---------

Co-authored-by: Kasper Isager Dalsgarð <kasperisager@hey.com>