index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mono.Nat
/
NatProtocol.cs
blob: 2768f133c5487f432fb06699b3949ee4c000fc97 (
plain
)
1
2
3
4
5
6
7
8
namespace
Mono.Nat
{
public
enum
NatProtocol
{
Upnp
=
0
,
Pmp
=
1
}
}