Python Network Programming Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Writing a simple UDP echo client/server application

As we have developed a simple TCP server and client in the previous recipe, we will now look at how to develop the same with UDP.