modify gitignore

This commit is contained in:
liumengyan
2020-05-20 11:36:25 +08:00
parent 5a62410ade
commit 368e88699a
3 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
Debug
bin
*.o
*.d
*.so

8
bin/quic.conf Executable file
View 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
View 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