Ignore:
Timestamp:
Oct 11, 2001, 9:24:07 PM (24 years ago)
Author:
sandervl
Message:

get/setsockopt updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32.h

    r6201 r7022  
    1 /* $Id: wsock32.h,v 1.18 2001-07-07 14:29:41 achimha Exp $ */
     1/* $Id: wsock32.h,v 1.19 2001-10-11 19:24:07 sandervl Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    2525
    2626#include <odinwrap.h>
     27
     28#ifndef IP_TTL
     29#define IP_TTL              7
     30#define IP_TOS              8
     31#endif
    2732
    2833/*
Note: See TracChangeset for help on using the changeset viewer.