/[gxemul]/trunk/src/include/net.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/net.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Mon Oct 8 16:18:27 2007 UTC revision 20 by dpavlin, Mon Oct 8 16:19:23 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: net.h,v 1.12 2005/06/17 21:00:04 debug Exp $   *  $Id: net.h,v 1.13 2005/11/24 12:32:11 debug Exp $
32   *   *
33   *  Emulated network support.  (See net.c for more info.)   *  Emulated network support.  (See net.c for more info.)
34   */   */
# Line 98  struct tcp_connection { Line 98  struct tcp_connection {
98  /*****************************************************************************/  /*****************************************************************************/
99    
100    
101  #define MAX_TCP_CONNECTIONS     60  #define MAX_TCP_CONNECTIONS     100
102  #define MAX_UDP_CONNECTIONS     60  #define MAX_UDP_CONNECTIONS     100
103    
104  struct net {  struct net {
105          /*  The emul struct which this net belong to:  */          /*  The emul struct which this net belong to:  */

Legend:
Removed from v.10  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26