...
This commit is contained in:
parent
8c666c22e1
commit
9fd0cbd57c
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ void srv_on_conn(ServerEventArgs* e)
|
|||
{
|
||||
int i = 0, err = 0;
|
||||
int tmp1,tmp2;
|
||||
char buff[32];
|
||||
char buff[1024];
|
||||
|
||||
kprintf("someone finally connected\n");
|
||||
shelldebugprint("someone finally connected\n");
|
||||
|
@ -206,7 +206,7 @@ void* server_task(void* e)
|
|||
int n;
|
||||
uint64_t tmp1,tmp2;
|
||||
int err;
|
||||
|
||||
t
|
||||
/* First call to socket() function */
|
||||
sockfd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
|
||||
if (sockfd < 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue