org-arl / unet-contrib

Unet user contributions
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

Unetsocket c update fjage #79

Closed brodiealexander closed 2 years ago

brodiealexander commented 2 years ago

78

This PR attempts to fix an issue with the C API's ability to correctly receive data over UnetSocket in unet 3.4.0 by updating fjage from b49c7ac1b071ded3dbd2a58db39818da54a202ba to 229b37c063eec87870cf129dbf94f766a97d0cb0 (v1.9.1).

This PR also adds a check in test_unet.c which compares each piece of received data to the data that was transmitted to ensure data is being transmitted correctly.

This PR passes all tests successfully using unet 3.4.0 with openjdk 1.8.0_342 on Ubuntu 20.04 LTS.