tsnlab / libtsn

TSN library for C
GNU General Public License v3.0
5 stars 3 forks source link

Implement the client function by converting it from C to Rust #18

Closed goforlee closed 1 year ago

goforlee commented 1 year ago

What the function does is the same as do_client() function in throughput.c except printing out the very last result of the packet communication.

tribela commented 1 year ago

Rebase onto main branch and get rid of commits that related to server part please