tsnlab / libtsn

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

TODO #15

Open MichelleJin12 opened 1 year ago

MichelleJin12 commented 1 year ago
  1. Receive sock struct as parameter instead of sock fd

https://github.com/tsnlab/libtsn/blob/21169b11fd54fcc918745e05f7c2288b20105955/tsn/src/lib.rs#L138

  1. Use rust raw socket library instead of using libc library
tribela commented 1 year ago

How about make it class and use like tsn_sock.send?