FreeRTOS / FreeRTOS-Cellular-Interface

FreeRTOS Cellular Interface implementation of the 3GPP TS v27.007 standard.
MIT License
85 stars 59 forks source link

HL7802: Allow to receive packets after remote disconnect the connection. #98

Closed ActoryOu closed 2 years ago

ActoryOu commented 2 years ago

As Receiving TCP data after connection is closed (HL7802) mentioned, HL7802 allows users to receive data even though socket is disconnected by remote. This change allows HL7802 to receive packets in disconnection state.