Skip to content

Rename DatagramTransportExecutor to UdpTransportExecutor - #103

Merged
jsor merged 1 commit into
reactphp:masterfrom
clue-labs:udp
Jun 25, 2018
Merged

Rename DatagramTransportExecutor to UdpTransportExecutor#103
jsor merged 1 commit into
reactphp:masterfrom
clue-labs:udp

Conversation

@clue

@clueclue commented Jun 25, 2018

Copy link
Copy Markdown
Member

This simple PR renames the DatagramTransportExecutor (recently introduced via #101) to UdpTransportExecutor. This is done to be in line with the DNS RFC terminology (https://tools.ietf.org/html/rfc1035#section-4.2), because it is less misleading (this class can only really support UDP) and also because for future TCP/IP transport the name "streaming" makes even less sense and they should be named TcpTransportExecutor (#19) and TlsTransportExecutor (#80) respectively. I'm not marking this as BC break because this will be renamed as part of the same release, so outside consumers of this package should not be affected.

@clueclue added this to the v0.4.14 milestone Jun 25, 2018
@clue
clue requested review from WyriHaximus and jsorJune 25, 2018 13:49
@jsor
jsor merged commit c830c6f into reactphp:masterJun 25, 2018
@clue
clue deleted the udp branch June 26, 2018 08:16
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus