Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[icxtunnel] add todo for packetconn multiplexing
  • Loading branch information
dpeckett committed Sep 16, 2025
commit 8eb6179b15dce652d1b51cbb1613fb1405febd1d
3 changes: 3 additions & 0 deletions pkg/cmd/alpha/tunnel.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ var tunnelRunCmd = &cobra.Command{
}
relay := addr
g.Go(func() error {
// TODO (dpeckett): we will need to create a kind of multiplexed packetconn
// so that each QUIC client gets its own virtual private connection from pcQuic.
// This will be based on the remote ip presumably.
return manageRelayConnection(ctx, pcQuic, getHandler, relay, tlsConf)
})
}
Expand Down