lkml.org 
[lkml]   [2002]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectHow to implement listen and accept routines
Hello,

I want to make my protocol connection-oriented. I am really stuck with
listen and accept routines :-(. As examples, I took:
int tcp_listen_start(struct sock *sk);
struct sock *tcp_accept(struct sock *sk, int flags, int *err);

Could anybody briefly explain me how should I implement them? I know the
purpose of those functions in the userland.
Mainly I have 2 questions:
1. What else besides changing sk->state to TCP_LISTEN should my
"listen_start" do?
2. How do I get a pending "socket" in my "accept" function. Should
sock_alloc a new one or copy it from some queue?

Thanks for any help!
-marek

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.114 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site