Skip to content

Commit

Permalink
Info for WSL port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 15, 2023
1 parent befbcd8 commit de7f8c7
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}
3 changes: 3 additions & 0 deletions Car-Application.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"path": "raspberry_pi"
},
{
"path": "tcp"
}
],
"settings": {
Expand Down
17 changes: 17 additions & 0 deletions tcp/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"compileCommands": "compile_commands.json"
}
],
"version": 4
}
3 changes: 3 additions & 0 deletions tcp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
How to enable Port Forwarding for TCP?

[CzBiX/WSLHostPatcher](https://github.com/CzBiX/WSLHostPatcher)

0 comments on commit de7f8c7

Please sign in to comment.