awslabs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type.
Apache License 2.0
33 stars 47 forks source link

Support to read bound address when bind to port 0 #77

Closed bgklika closed 2 years ago

bgklika commented 2 years ago

To implement new feature in IPC server we need to add code to read back actual address or port number when bind() got port 0 and OS select port semi-randomly.

graebm commented 2 years ago

Fixed in v0.2.10