Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL
QOSAMI-WSL
/
src
/
linux
/
init
/
localhost.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
6 lines
189 Bytes
Copy permalink
Copy
Raw
1
// Copyright (C) Microsoft Corporation. All rights reserved.
2
#pragma once
3
4
int
RunPortTracker
(
int
argc
,
char
**
argv
);
5
6
void
RunLocalHostRelay
(
sockaddr_vm
hvSocketAddress
,
int
listenSocket
);