mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Support nonblocking option
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7f6ef5e12d
commit
48f69c25a9
@ -12,7 +12,7 @@
|
||||
int main()
|
||||
{
|
||||
int sock;
|
||||
char *hello = "Hello from client";
|
||||
char *hello = "Hello from asterinas";
|
||||
char buffer[1024] = { 0 };
|
||||
struct sockaddr_vm serv_addr;
|
||||
|
||||
|
Reference in New Issue
Block a user