Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

Socket Workspace

只是实现客户端连接服务器并从服务器接收hello world字串

  • 直接make编译
  • 服务器端直接执行./server
  • 客户端执行:./client 127.0.0.1

连接服务器并从服务器接收hello world字串所用的时间会记录在dbtime.time文件中