Skip to content

post_meetup: Add ability to specify file descriptor for service#47

Open
andrewjj20 wants to merge 2 commits intomasterfrom
fd
Open

post_meetup: Add ability to specify file descriptor for service#47
andrewjj20 wants to merge 2 commits intomasterfrom
fd

Conversation

@andrewjj20
Copy link
Owner

This aids in servers either operating without disruption to new
connections or in situations where a tcp port needs to be preserved. A
number of checks are performed to ensure that the passed file descriptor
is infact an AF_INET or AF_INET6 family and type SOCK_STREAM.

This aids in servers either operating without disruption to new
connections or in situations where a tcp port needs to be preserved. A
number of checks are performed to ensure that the passed file descriptor
is infact an AF_INET or AF_INET6 family and type SOCK_STREAM.
Since meetup servers now can use socket file descriptors directly and
not a fixed port, These tests can be run in parallel. The meetup servers
will not collide.
@andrewjj20 andrewjj20 added the enhancement New feature or request label Feb 21, 2021
@andrewjj20 andrewjj20 self-assigned this Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant