mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
1211f860b6
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.
7 lines
235 B
Plaintext
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!
|