Idris2/tests/chez/chez014/expected
Raoul Hidalgo Charman 1211f860b6
Fix issues with use of unix sockets (#1284)
This change adds logic to set up sockaddr correctly for connect and
bind, handles the AF_UNIX case for getSockAddr and expands the existing
test to cover unix sockets.
2021-04-12 11:22:45 +01:00

7 lines
235 B
Plaintext

1/1: Building Echo (Echo.idr)
Main> Received: hello world from a ipv4 socket!
Received: echo: hello world from a ipv4 socket!
Received: hello world from a unix socket!
Received: echo: hello world from a unix socket!
Main> Bye for now!