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

Network stack rework + Webtransport prep #381

Merged
merged 46 commits into from
May 16, 2023
Merged

Network stack rework + Webtransport prep #381

merged 46 commits into from
May 16, 2023

Conversation

ten3roberts
Copy link
Contributor

No description provided.

@ten3roberts ten3roberts requested a review from pierd May 15, 2023 14:02
ClientConnection::Proxied(conn) => Ok(conn.send_datagram(data).await?),
ConnectionKind::Direct(conn) => Ok(conn.send_datagram(data)?),
ConnectionKind::Proxied(conn) => todo!(),
// ConnectionInner::Proxied(conn) => Ok(conn.send_datagram(data).await?),
Copy link
Contributor Author

@ten3roberts ten3roberts May 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I.e; sending datagrams to be sync

@ten3roberts ten3roberts changed the title Network stack rework + Webtransport Network stack rework + Webtransport prep May 16, 2023
@ten3roberts ten3roberts merged commit 2284fad into main May 16, 2023
10 checks passed
@ten3roberts ten3roberts deleted the webtransport branch May 16, 2023 14:45
philpax pushed a commit that referenced this pull request May 23, 2023
Network stack rework + Webtransport prep
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

1 participant