Ask a Question related to UNIX Programming, Design and Development.
-
David Schwartz #1
Re: no recv
"Paras Sharma" <parsharm@cisco.com> wrote in message
news:3F0BE08E.2090601@cisco.com...
You can try calling 'shutdown' to shutdown just the receive side of the> I have one Client Server TCP Socket Application [where Server is
> external]
>
> socket(AF_INET..)
>
> Client sends the packet but donot wants to recieve, where as Server
> sends for every recive packet.
>
> The requirement is to send max packet to the server.
>
> Can we clear the buffer without calling recv()/select/poll or tell
> server TCP socket that we are just in sending mode.
>
> Is there any way to do so with programing or system's configurations.
socket. I make no promises about how well this will work.
DS
David Schwartz Guest
-
High Recv-Q Netstat
Hi, Could you tell me why when i trace using "netstat", I got queue Recv-Q very High? For information i was streaming to 500+ users concurrently... -
Pb with IO::Socket::INET and recv
Hi all, Since I migrate a client program to Mandrake 9.1 (kernel 2.4.21-0.13) and perl 5.8.0, this little program didn't work. The problem occured... -
recv and MSG_WAITALL
In article <82bf05fc.0307301943.14d7c7e@posting.google.com>, Michael <msh@mindless.com> wrote: If you want it to block, don't use a non-blocking... -
Receive binary file through recv
On 24 Jun 2003 15:19:11 -0700 michelle <theintangible1@hotmail.com> wrote: | Hi, I am trying to send a binary file from the client to the server.... -
Lorinczy Zsigmond #2
Re: no recv
Paras Sharma wrote:
Some kind of hacking? In the real world client must read the reply/> Hi
>
>
> I have one Client Server TCP Socket Application [where Server is
> external]
>
> socket(AF_INET..)
>
> Client sends the packet but donot wants to recieve, where as Server
> sends for every recive packet.
>
> The requirement is to send max packet to the server.
acknowledgement of the server...
Lorinczy Zsigmond Guest



Reply With Quote

