osu-crypto / libPSI

A repository for private set intersection.
Other
168 stars 47 forks source link

network send error: Broken pipe #58

Open didadida321 opened 1 year ago

didadida321 commented 1 year ago

l run the code:frontend.exe -kkrt -in /test.csv -csv -r 1 -out /tmp/psi.out -ip 0.0.0.0:1212 then get the error : Exception: network send error: Broken pipe /libPSI/out/install/linux/include/cryptoTools/Network/IoBuffer.h:629

how can l figure this problem?

ladnir commented 1 year ago

This is an error on the underlying socket. So a networking error. Maybe the other party crashed?