iOS進階_Socket(Socket簡介&代碼演練)

網絡通信三要素 TCP & UDP 三次握手 斷開鏈接的四次握手 Socket套接字 瞭解了上面的概念,咱們開始演練一下Socketjava #import "ViewController.h" #import <sys/socket.h> #import <netinet/in.h> #import <arpa/inet.h> @interface ViewController () @en
相關文章
相關標籤/搜索