#include <rtl.h>
void disconnect_tcp (U8 tcp_soc) {
..
/* This TCP connection needs to close immediately */
tcp_abort (tcp_soc);
/* Socket will not be needed anymore */
tcp_release_socket (tcp_soc);
}
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.