Skip to content

Commit

Permalink
remove edits on readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpaola committed Jun 20, 2024
1 parent 05a1294 commit e559d4c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ React Native TCP socket API for Android, iOS & macOS with **SSL/TLS support**. I

## Table of Contents <!-- omit in toc -->

- [Improvements on this forks](#improvements)
- [Getting started](#getting-started)
- [Overriding `net`](#overriding-net)
- [Overriding `tls`](#overriding-tls)
Expand All @@ -33,12 +32,6 @@ React Native TCP socket API for Android, iOS & macOS with **SSL/TLS support**. I
- [Acknowledgments](#acknowledgments)
- [License](#license)

## Impovements on this forks
For apps targeting Android 12 (API level 31) or higher, devices that support concurrent peer-to-peer and internet connections can maintain simultaneous Wi-Fi connections to both the peer device and the primary internet-providing network, making the user experience more seamless.
We add support for Android concurrent connections, routing all data traffic to the peer-to-peer network connection selecting the correct network based on the host DHCP address or subnet address.
This change is essential to open a tcp socket and send data towards ioT devices that expose a WiFi network without internet access.
See: [https://developer.android.com/about/versions/12/behavior-changes-12#concurrent-connections](https://developer.android.com/about/versions/12/behavior-changes-12#concurrent-connections).

## Getting started
Install the library using either Yarn:

Expand Down

0 comments on commit e559d4c

Please sign in to comment.