modify gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
Debug
|
||||
bin
|
||||
*.o
|
||||
*.d
|
||||
*.so
|
||||
|
||||
8
bin/quic.conf
Executable file
8
bin/quic.conf
Executable file
@@ -0,0 +1,8 @@
|
||||
0 QUIC_INTEREST_KEY
|
||||
1 QUIC_CLIENT_HELLO
|
||||
2 QUIC_SERVER_HELLO
|
||||
3 QUIC_CACHED_CERT
|
||||
4 QUIC_COMM_CERT
|
||||
5 QUIC_CERT_CHAIN
|
||||
6 QUIC_APPLICATION_DATA
|
||||
7 QUIC_VERSION
|
||||
12
bin/quic.inf
Executable file
12
bin/quic.inf
Executable file
@@ -0,0 +1,12 @@
|
||||
[PLUGINFO]
|
||||
PLUGNAME=QUIC
|
||||
SO_PATH=./plug/protocol/quic/quic.so
|
||||
INIT_FUNC=QUIC_INIT
|
||||
DESTROY_FUNC=QUIC_DESTROY
|
||||
FLAGCHANGE_FUNC=QUIC_FLAG_CHANGE
|
||||
FLAGSTATE_FUNC=QUIC_PROT_FUNSTAT
|
||||
GETPLUGID_FUNC=QUIC_GETPLUGID
|
||||
|
||||
[UDP]
|
||||
FUNC_FLAG=ALL
|
||||
FUNC_NAME=QUIC_ENTRY
|
||||
Reference in New Issue
Block a user