Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

TCP/IP SIP recv() question

Status
Not open for further replies.

guptask

Computer
Joined
Jul 19, 2002
Messages
1
Location
US
As in TCP/IP the function recv() will return the receved data, but it may be having more than one message.

I am using SIP prototocol, so my received message is SIP message. I know I can do it by parsing the SIP message and extracting it based on the Content-Length specified in its header.

I am sure there must be some mechanism/api so that
I can get only one message at a time without parsing the actual received data ourself as is done through udp.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top