Chromium Code Reviews
DescriptionUnify the QUIC dispatcher and make the QuicServer work.
Initialize the QuicDispatcher with a PacketWriter instead of an int fd.
QuicDispatcher::Initialize() used to take an fd which chromium does not make
use of. Instead, it should simply take a PacketWriter* which the caller
should be responsible for creating. Renamed Initialize() to
InitializeWithWriter() to reflect this. Removed the CreateWriter() method
from the QuicDispatcher and moved it to QuicServer.
Merge internal change: 89495510
Committed: https://crrev.com/c99f380cf23683b104ba8fa28265b85abfe69a53
Cr-Commit-Position: refs/heads/master@{#322450}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Fix iOS #
Total comments: 2
Patch Set 4 : fix comments #Patch Set 5 : Rebase #Patch Set 6 : Rebase #Patch Set 7 : Rebase #Patch Set 8 : socket_utils.h #Patch Set 9 : QuicChromeServerDispatchPacketTest #
Messages
Total messages: 23 (13 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||