Penguin

Differences between version 2 and predecessor to the previous major change of udp(7).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, February 8, 2003 3:12:15 am by KitPeters Revert
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:31:00 am by perry Revert
@@ -18,11 +18,12 @@
 !!SYNOPSIS 
  
  
 __#include __ 
-#include __  
-udp_socket = socket(PF_INET, SOCK_DGRAM,  
- );__  
+#include <sys/socket.h>  
+#include <netinet/in.h>  
+  
+udp_socket = socket(PF_INET, SOCK_DGRAM, ); 
 !!DESCRIPTION 
  
  
 This is an implemention of the User Datagram Protocol 
@@ -120,8 +121,9 @@
 Gets a pointer to an integer as argument. Returns the size 
 of the next pending datagram in the integer in bytes, or 0 
 when no datagram is pending. 
  
+*** NOTE: 2003/07/03 SIOCINQ is undefined in Linux 2.4.20 / glibc 2.3.1 (Kit Peters) ***  
  
 __SIOCOUTQ__ 
  
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.