How send/receive are implemented? which syscall they use?
From: Min Lee (abraxsus_at_yonsei.ac.kr.NOSPAM)
Date: 07/24/04
- Next message: Kasper Dupont: "Re: GPL"
- Previous message: Kasper Dupont: "Re: Large disk access in Linux"
- Next in thread: sean larsson: "Re: How send/receive are implemented? which syscall they use?"
- Reply: sean larsson: "Re: How send/receive are implemented? which syscall they use?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 24 Jul 2004 20:39:09 +0900
Hello, folks.
Now I'm working under Redhat9+Linux 2.6
I modified kernel 2.6 to catch syscalls pretty much like strace and now I
need to catch
only network-related syscalls like send/receive.
I thought they're using socketcall syscall but I found that it's old scheme!
Now how they are implemented? which syscall they use?
Thanks a lot !
- Next message: Kasper Dupont: "Re: GPL"
- Previous message: Kasper Dupont: "Re: Large disk access in Linux"
- Next in thread: sean larsson: "Re: How send/receive are implemented? which syscall they use?"
- Reply: sean larsson: "Re: How send/receive are implemented? which syscall they use?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|