Operating System - HP-UX
1834831 Members
2300 Online
110070 Solutions
New Discussion

Re: Socket option SO_SND_COPYAVOID

 
Michael Peller
Occasional Contributor

Socket option SO_SND_COPYAVOID

Hi,

recently I found in the socket include file two options called SO_SND_COPYAVOID and SO_RCV_COPYAVOID. I checked the man pages, but no information about these options was available. Then I tried docs.hp.com, but no info was found at all. Any pointers are appreceated.
1 REPLY 1
Ian_4
Honored Contributor

Re: Socket option SO_SND_COPYAVOID

Hi Michael,

I found these too

#define SO_SND_COPYAVOID 0x1009 /* avoid copy on send*/

#define SO_RCV_COPYAVOID 0x100a /* avoid copy on rcv */

See http://homepages.stayfree.co.uk/zed/net/socket-h.html for the other socket definitions

Ian