commit | a9eead18244638fb27ec2c71bd0f9336c8888a4d | [log] [tgz] |
---|---|---|
author | Ryan Erickson <ryan.erickson@lairdconnect.com> | Thu Feb 03 16:53:35 2022 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Feb 04 10:57:15 2022 +0100 |
tree | 541f69db619192fe9a3756b802e03f9b1069bee3 | |
parent | 208927d640081c3d4d27c8a9adb960f543bf5bc8 [diff] |
modem: hl7800: only send null packet for TCP Only TCP sockets should send a NULL packet if the server closes the connection or there is a socket error. UDP sockets do not need to do this because they are connectionless. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>