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
/
SocketHttpListener
/
Rsv.cs
blob: 87283791ec7b07d0b392505e7838c7e662d6f78b (
plain
)
1
2
3
4
5
6
7
8
namespace
SocketHttpListener
{
internal
enum
Rsv
:
byte
{
Off
=
0
x0
,
On
=
0
x1
}
}