UDP_POLL

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

udp_poll - wait for a UDP event.  

SYNOPSIS

"SYNOPSIS"

unsigned int udp_poll (struct file * file, struct socket * sock, poll_table * wait);  

ARGUMENTS

file
-- undescribed --
sock
-- undescribed --
wait
-- undescribed --
 

DESCRIPTION

file - file struct sock - socket wait - poll table

This is same as datagram poll, except for the special case of blocking sockets. If application is using a blocking fd and a packet with checksum error is in the queue; then it could get return from select indicating data available but then block when reading it. Add special case code to work around these arguably broken applications.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:56 GMT, October 09, 2005