Fix bug 1491

Add std.socket to the base unittest suite.
This commit is contained in:
Brad Roberts 2007-10-14 05:06:15 +00:00
parent f3e1773c81
commit ad29e17ff3
4 changed files with 11 additions and 4 deletions

View file

@ -236,6 +236,7 @@ enum: int
MSG_OOB = 0x1,
MSG_PEEK = 0x2,
MSG_DONTROUTE = 0x4,
MSG_NOSIGNAL = 0x4000,
}