M MESTERM Member Licensed User Apr 1, 2018 #1 hi i'm using network library and a socket to connect my WiFi module and asyncstream to revice datas and send data to that access point now i wanted to now if it is tcp/connection oriented or udp/connection less
hi i'm using network library and a socket to connect my WiFi module and asyncstream to revice datas and send data to that access point now i wanted to now if it is tcp/connection oriented or udp/connection less
Didier9 Well-Known Member Licensed User Longtime User Apr 2, 2018 #2 A TCP socket is declared as Socket B4X: Public TCPSck1 as Socket A UDP socket is declared as UDPSocket B4X: Public UDSck1 as UDPSocket Upvote 0
A TCP socket is declared as Socket B4X: Public TCPSck1 as Socket A UDP socket is declared as UDPSocket B4X: Public UDSck1 as UDPSocket