mirror of
https://github.com/microsoft/WSL.git
synced 2025-07-04 07:43:21 +00:00
10 lines
375 B
Markdown
10 lines
375 B
Markdown
![]() |
# Wslrelay.exe
|
||
|
|
||
|
`wslrelay.exe` is a windows executable that is used to relay network and debug console traffic from Linux to Windows.
|
||
|
|
||
|
It is responsible for:
|
||
|
|
||
|
- Relaying localhost traffic between Linux and Windows in NAT mode (see [localhost](localhost.md))
|
||
|
- Displaying the debug console output when `wsl2.debugConsole` is set to `true`
|
||
|
|
||
|
See `src/windows/wslrelay/main.cpp`
|