Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
src
/
linux
/
netlinkutil
/
Protocol.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
8 lines
119 Bytes
Copy permalink
Copy
Raw
1
// Copyright (C) Microsoft Corporation. All rights reserved.
2
#pragma once
3
4
enum
Protocol
5
{
6
Tcp
,
7
Udp
8
};