|
|
|
|
||||||
| comp.protocols.tcp-ip TCP and IP network protocols. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Vishal wrote: > To put it briefly, > can we use polling to find whether UDP packets are being dropped at the > UDP socket buffer? If so how ? Your question is so vague as to be almost meaningless. For example, what is the "we"? Are you talking about a program that might want to monitor whether it is dropping UDP packets out of its own buffer? Or are you talking about some kind of monitoring device looking in at a program? And what do you mean by "polling"? That term has many different meanings. DS |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
In article <1163166450.390430.132090@e3g2000cwe.googlegroups. com>,
"David Schwartz" <davids@webmaster.com> wrote: > Vishal wrote: > > > To put it briefly, > > can we use polling to find whether UDP packets are being dropped at the > > UDP socket buffer? If so how ? > > Your question is so vague as to be almost meaningless. For example, > what is the "we"? Are you talking about a program that might want to > monitor whether it is dropping UDP packets out of its own buffer? Or > are you talking about some kind of monitoring device looking in at a > program? > > And what do you mean by "polling"? That term has many different > meanings. See his other thread "UDP packets dropped" for the context. I don't understand why he started a new thread rather than simply continuing in the original thread. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group *** |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hi David, Thanks for your time and attention for my query. David Schwartz wrote: > Vishal wrote: > > > To put it briefly, > > can we use polling to find whether UDP packets are being dropped at the > > UDP socket buffer? If so how ? > > Your question is so vague as to be almost meaningless. For example, > what is the "we"? Are you talking about a program that might want to > monitor whether it is dropping UDP packets out of its own buffer? Or > are you talking about some kind of monitoring device looking in at a > program? Here i am referring to to a program( software, some API, some system call, some function at the application level or at the kernel level which will tell me when buffer is overflowing and packets are being dropped ) I dont mean a monitoring device/ hardware for this purpose. Well, if you know of any monitoring device please let me know. I will be more than happy to get any relevant information. > > And what do you mean by "polling"? That term has many different > meanings. By polling I mean using system call like poll or select in Unix Networking Programming Sorry for bothering you by writing two messages. I wrote the long one first and after submitting I realised I might have written it unnecessarily long so I wrote the next message which was concise. As I am using Google Groups I did not I could relate the two messages as one. Thanks Vishal > > DS |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
guddu wrote: > Hi David, > Thanks for your time and attention for my query. > > David Schwartz wrote: > > Vishal wrote: > > > > > To put it briefly, > > > can we use polling to find whether UDP packets are being dropped at the > > > UDP socket buffer? If so how ? > > > > Your question is so vague as to be almost meaningless. For example, > > what is the "we"? Are you talking about a program that might want to > > monitor whether it is dropping UDP packets out of its own buffer? Or > > are you talking about some kind of monitoring device looking in at a > > program? > > Here i am referring to to a program( software, some API, some system > call, some function at the application level or at the kernel level > which will tell me when buffer is overflowing and packets are being > dropped ) > I dont mean a monitoring device/ hardware for this purpose. Well, if > you know of any monitoring device please let me know. I will be more > than happy to get any relevant information. > > > > And what do you mean by "polling"? That term has many different > > meanings. > > By polling I mean using system call like poll or select in Unix > Networking Programming > > Sorry for bothering you by writing two messages. I wrote the long one > first and after submitting I realised I might have written it > unnecessarily long so I wrote the next message which was concise. > As I am using Google Groups I did not I could relate the two messages > as one. > > Thanks > Vishal > > > > DS Your other post is very good. Don't worry about the length, as long as it's focused and contains important information. |
|
![]() |
| Outils de la discussion | |
|
|