You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…native-access#720)
Motivation:
We should only try to create a new QuicChannel when receiving an INITIAL
packets. For all the other packets we want to just drop the packet on
the floor if there is no existing mapping.
Modifications:
Only create a new QuicChannel on receiving an INITAL packet
Result:
Correctly handle creation of new QuicChannel
I would like to request the addition of the function SetThreadExecutionState from Kernel32.dll to the winapi in JNA.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa373208(v=vs.85).aspx
This function makes it very easy to prevent windows from going to sleep/hibernation while for example a download is going on in the target application.
The text was updated successfully, but these errors were encountered: