in reply to 'flags' parameter of socket send()
Takes the same flags as the system call of the same name.Now I'm going to assume you're not used to programming in a unix-like system environment so the unix man pages can be accessed like " man send " (it actually varies depending on your system). (A "man page" is part of the system manual and each "page" describes a part of the system, often a command or function call.) If I don't have the man page on my system I often just google for it like: man send. The first hit is often what I'm looking for.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 'flags' parameter of socket send()
by iKnowNothing (Scribe) on Nov 02, 2004 at 02:09 UTC |