Chromium Code Reviews
DescriptionAdd the ability to use AllowAddressReuse for UDP sockets.
Currently, UDP sockets can only bind to unused ports. However, sockets that
are joined to multicast groups may want to bind to ports that are already in use
(for example, a v2 app that uses the same multicast protocol as a system
daemon). For this, I added the AllowAddressReuse API, similar to the one in
the underlying UDPSocket object. This must be called before binding/connecting,
and will return an error otherwise. It returns an error for TCP sockets
explaining that the call is not necessary.
BUG=238819
Patch Set 1 : #Patch Set 2 : Merged with master #
Total comments: 13
Patch Set 3 : #Patch Set 4 : Merge with master #
Messages
Total messages: 11 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||