Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8858777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:54:21+00:00 2026-06-14T14:54:21+00:00

I am creating a little application in C using UDP sockets and I am

  • 0

I am creating a little application in C using UDP sockets and I am using the following recvfrom function:

int recvfrom(int s, void *buf, int len, unsigned int flags struct sockaddr *from, socklen_t *fromlen); 

I am actually wondering from where the data are retrieved by this function because in my application, I receive different packets and once I’m sure that I received all the packets, I use a loop to retrieve several packets.

It seems to work (maybe I am lucky 😉 but I don’t really understand where my packets are stored before to be retrieved by the multiple calls to recvfrom in my loop.

Thank you in advance for your help and have a good day !
Alex

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:54:22+00:00Added an answer on June 14, 2026 at 2:54 pm

    They are held in the kernel, in some internal buffer. Should that buffer fill (i.e. if your application stops calling recvfrom) the kernel will start dropping datagrams.

    It’s important to realize that both sendto and recvfrom are just fancy memcpy-like calls – none of them actually “send” or “receive” anything. Sendto copies data to the kernel, and then the kernel tries to actually put it into packets and so on. Similarly, by the time you call recvfrom, the data has already been received and recvfrom only copies it to your userspace buffer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating one web application using Spring and hibernate. I am little confused
I am little bit confused about creating universal application for iOS devices using Xcode
I am creating a VB.NET application for a Calculus class as a little side-project.
I am implementing a little extension for an existing application. Now I am creating
I'm having little trouble creating a script working with URLs. I'm using urllib.urlopen() to
I am creating an iPad application using a UISplitView. I used the default template
I'm developping a mono user desktop application using SWING. I had a little experience
I'm creating an application using the fastcgi library, and their method of printing is
I am creating paint like application using WPF. Now i need to create control
After creating a GUI for my personal little application, I am trying to compile

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.