how to disconnect tcp/ip connection?
Mostra commenti meno recenti
I made tcp/ip server and client like this
server = tcpserver('0.0.0.0',111);
and another app
cli = tcpclient('localhost',111);
It is perfectly connected.
So, how to disconnect TCP/IP form client?
and how to disconnect from server?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Import and Integrate Requirements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!