osu-crypto / libPSI

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

How to runing libPSI on different terminals? #39

Closed itfq closed 2 years ago

itfq commented 2 years ago

Hello, Excuse me,How to runing libPSI on different terminals? When I run on a different terminal and specify the command-line arguments:

server: ./frontend.exe -kkrt -in /tmp/data1.csv -csv -r 0 result is: waiting for connection.client socket connect error (hangs). .client socket connect error (hangs). done

client: ./frontend.exe -kkrt -in /tmp/data2.csv -csv -r 1 It doesn't output anything

Thanks for your early reply!