Skip to content

Allow socket creation on platforms that don't support port reuse#71

Open
DAlexanderNZ wants to merge 1 commit intoRustLight:mainfrom
DAlexanderNZ:FreeRTOS-port-reuse-support
Open

Allow socket creation on platforms that don't support port reuse#71
DAlexanderNZ wants to merge 1 commit intoRustLight:mainfrom
DAlexanderNZ:FreeRTOS-port-reuse-support

Conversation

@DAlexanderNZ
Copy link
Copy Markdown

When targeting FreeRTOS on the ESP32-C3 port reuse isn't allowed and will cause the following error sacn_receiver::sacn: Filed to create sACN receiver: Io error occurred: Protocol not available (os error 109). This patch allows the create_unix_socket to continue in this error case, allowing the receiver to establish and function on the ESP32-C3.

@bruingineer
Copy link
Copy Markdown
Contributor

Looks ok to me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants