cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
argument of send()
argument of send()
Nov 24, 2012 at 9:08pm UTC
Pter0dactyl
(196)
send(socket_name,sending_buffer,size_of_buffer,0);
can someone tell me about the fourth parameter of the send() and recv() functions.I want to know the use of it.
Nov 24, 2012 at 9:16pm UTC
kbw
(9488)
http://pubs.opengroup.org/onlinepubs/007908799/xns/send.html
http://en.wikipedia.org/wiki/Out-of-band
Last edited on
Nov 24, 2012 at 9:18pm UTC
Topic archived. No new replies allowed.