-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #941 from fadushin/gen-sockets
Opt-in purerlang implementation of gen_tcp and gen_udp using socket API This PR adds the ability to use the `gen_tcp` and `gen_udp` interfaces using the OTP socket interface as a "back-end", eliminating the need for the native C drivers on generic_unix and ESP32. Using the feature also allows use of the `gen_tcp` and `gen_udp` interfaces on the rp2040 platform. This feature is still considered "experimental" and therefore is not currently documented. However, the configuration APIs follow the OTP `inet_backend` configuration option introduced in OTP-23. This PR addresses issue #893 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
- Loading branch information
Showing
17 changed files
with
1,784 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.