You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the UdpCodec example shows how to use the trait to build a program that can communicate it does so in sort of an awkward way that isn't representative of a real network application. Change the example to run in two different modes, one that sends pings and one that responds to pongs, to create something a little more realistic.
The text was updated successfully, but these errors were encountered:
While the UdpCodec example shows how to use the trait to build a program that can communicate it does so in sort of an awkward way that isn't representative of a real network application. Change the example to run in two different modes, one that sends pings and one that responds to pongs, to create something a little more realistic.
The text was updated successfully, but these errors were encountered: