[BACK]Return to ip.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet/ip.h between version 1.38 and 1.39

version 1.38, 2021/02/03 18:13:13 version 1.39, 2022/04/17 21:24:53
Line 73  struct ip {
Line 73  struct ip {
 };  };
   
 #define IP_MAXPACKET    65535           /* maximum packet size */  #define IP_MAXPACKET    65535           /* maximum packet size */
 #define IP_MINFRAGSIZE  69              /* minumum size that can be fraged */  #define IP_MINFRAGSIZE  69              /* minimum size that can be fraged */
   
 /*  /*
  * Definitions for IP type of service (ip_tos)   * Definitions for IP type of service (ip_tos)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>