RFC - Support for UDP port forwarding #2402
balajiv113
started this conversation in
Ideas
Replies: 1 comment
-
I have done a initial implementation to support TCP forwarding (Still in initial stage) GRPC TCP - ~3.80 Gbits/sec |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
Currently port forwarding is done via ssh. Which supports only TCP port forwarding.
Due to this Lima is limited in a way that we cannot support UDP port forwarding
Approach
Currently lima do already have communication layer between hostagent and guestagent.
We can use the same medium to tunnel data in general. This way we can provide support for TCP, UDP and any other protocol if needed.
Task is to listen for tcp/udp on host when the event arrives and pass it through GRPC and do the reverse in guest.
Advantages
Beta Was this translation helpful? Give feedback.
All reactions