Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Add missing IPV6_HOPLIMIT definition for MinGW
Browse files Browse the repository at this point in the history
Closes GH-307
  • Loading branch information
luislavena authored and piscisaureus committed Feb 7, 2012
1 parent dbc046c commit c800043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/win/winsock.h
Expand Up @@ -45,6 +45,10 @@
#define IPV6_V6ONLY 27
#endif

#ifndef IPV6_HOPLIMIT
#define IPV6_HOPLIMIT 21
#endif

/*
* TDI defines that are only in the DDK.
* We only need receive flags so far.
Expand Down

0 comments on commit c800043

Please sign in to comment.