Example #1
0
 private static bool Timeout(this addrinfoErrno eai)
 {
     return(false);
 }
Example #2
0
 private static bool Temporary(this addrinfoErrno eai)
 {
     return(false);
 }
Example #3
0
 private static bool Temporary(this addrinfoErrno eai)
 {
     return(eai == C.EAI_AGAIN);
 }
Example #4
0
 private static @string Error(this addrinfoErrno eai)
 {
     return("<nil>");
 }
Example #5
0
 private static @string Error(this addrinfoErrno eai)
 {
     return(C.GoString(C.gai_strerror(C.@int(eai))));
 }