[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] sendmsg() function
I was asking regarding the sendmsg function with signature
void sengmsg(int bytes) because it is called in the agent.cc in command
method this way. But I cudn't find a corresponding function with inly
argument as int anywhere.
Thanks
Bhagya
On Thu, 21 Jun 2001, Brian Lee Bowers wrote:
> I performed a "grep ::sendmsg" *.cc. Here are the results, edited
> for readability and relevance:
>
> agent.cc:void Agent::sendmsg(int /*sz*/,
> AppData* /*data*/,
> const char* /*flags*/)
> agent.cc:void Agent::sendmsg(int /*nbytes*/, const char* /*flags*/)
> rtp.cc:void RTPAgent::sendmsg(int nbytes, const char* /*flags*/)
> sa.cc:void SA_Agent::sendmsg(int nbytes, const char* /*flags*/)
> srm.cc:void SRMAgent::sendmsg(int nbytes, const char* /*flags*/)
> tcp-abs.cc:void AbsTcpAgent::sendmsg(int pktcnt)
> tcp.cc:void TcpAgent::sendmsg(int nbytes, const char* /*flags*/)
> tcp-full.cc:void FullTcpAgent::sendmsg(int nbytes, const char *flags)
> udp.cc:void UdpAgent::sendmsg(int nbytes, const char* flags)
>
> What version of ns are you using?
>
> --
> Brian Lee Bowers | RADIANT Team
> [email protected] | Los Alamos National Laboratory
>