专科 java转go 翱翔之路(四)协议通信 锁,互斥锁 读写锁 条件变量锁 连接mysql 查询
2.7.52.7.5.1协议通信过程应用层hello传输层(udptcp)源port目的端口hello网络层(ip)源ip目的ip源port目的端口hello链路层(mac)源mac目的mac源ip目的ip源port目的端口hello2.7.5.2tcp传输(服务端)//传输端funcmain(){listener,err:=net.Listen("tcp","127.0.0.1:8000")if