File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ public enum NameList : int
54
54
public static void Main ( string [ ] args )
55
55
{
56
56
aio_dial ( NameList . AIO_FILTERLOOPBACK , "false" ) ;
57
- aio_dial ( NameList . AIO_FILTERINTRANET , "false " ) ;
58
- aio_dial ( NameList . AIO_FILTERPARENT , "false " ) ;
57
+ aio_dial ( NameList . AIO_FILTERINTRANET , "true " ) ;
58
+ aio_dial ( NameList . AIO_FILTERPARENT , "true " ) ;
59
59
aio_dial ( NameList . AIO_FILTERICMP , "true" ) ;
60
60
aio_dial ( NameList . AIO_FILTERTCP , "true" ) ;
61
61
aio_dial ( NameList . AIO_FILTERUDP , "true" ) ;
62
- aio_dial ( NameList . AIO_FILTERDNS , "false " ) ;
62
+ aio_dial ( NameList . AIO_FILTERDNS , "true " ) ;
63
63
64
64
aio_dial ( NameList . AIO_ICMPING , "10" ) ;
65
65
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
17
17
<DebugSymbols >true</DebugSymbols >
18
- <OutputPath >bin\x64\ Debug\</OutputPath >
18
+ <OutputPath >bin\Debug\</OutputPath >
19
19
<DefineConstants >DEBUG;TRACE</DefineConstants >
20
20
<DebugType >full</DebugType >
21
21
<PlatformTarget >x64</PlatformTarget >
24
24
<Prefer32Bit >true</Prefer32Bit >
25
25
</PropertyGroup >
26
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
27
- <OutputPath >bin\x64\ Release\</OutputPath >
27
+ <OutputPath >bin\Release\</OutputPath >
28
28
<DefineConstants >TRACE</DefineConstants >
29
29
<Optimize >true</Optimize >
30
30
<DebugType >pdbonly</DebugType >
You can’t perform that action at this time.
0 commit comments