Skip to content
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

Rename DatagramTransportExecutor to UdpTransportExecutor #103

Merged
merged 1 commit into from
Jun 25, 2018

Conversation

clue
Copy link
Member

@clue clue commented Jun 25, 2018

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.

@clue clue added this to the v0.4.14 milestone Jun 25, 2018
@clue clue requested review from jsor and WyriHaximus June 25, 2018 13:49
@jsor jsor merged commit c830c6f into reactphp:master Jun 25, 2018
@clue clue deleted the udp branch June 26, 2018 08:16
Sign up for free to 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