-
Notifications
You must be signed in to change notification settings - Fork 847
QUIC: NetEvent and UnixNetVConnection #6229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Introduce new class In current implementation. The So abstract necessary api to hide more detail of implementation. |
e91b260 to
44fdca8
Compare
|
[skip ci] |
d8a01dc to
18fd6ca
Compare
ee6f66f to
1cce4d4
Compare
bb432a4 to
18e09bf
Compare
|
[approve ci autest] |
f476877 to
116c48a
Compare
|
When udp packet coming, If no matched connection. |
b052eee to
be044a0
Compare
be044a0 to
4a5094e
Compare
iocore/net/NetEvent.h
Outdated
| NetState read{}; | ||
| NetState write{}; | ||
|
|
||
| bool closed = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
int closed = 0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
close it and open a new pr #6316 |

No description provided.