SCM Repository
Diff of /sml/trunk/src/smlnj-lib/INet/sock-util.sml
Parent Directory
|
Revision Log
|
Patch
revision 651, Thu Jun 1 18:34:03 2000 UTC | revision 967, Fri Oct 19 20:19:39 2001 UTC | |
---|---|---|
# | Line 55 | Line 55 |
55 | PC.wrap (scanName, ServName), | PC.wrap (scanName, ServName), |
56 | PC.wrap (Int.scan StringCvt.DEC, PortNumber))))) getc strm | PC.wrap (Int.scan StringCvt.DEC, PortNumber))))) getc strm |
57 | ||
58 | val addrFromString = StringCvt.scanString scanAddr | |
59 | ||
60 | exception BadAddr of string | exception BadAddr of string |
61 | ||
62 | fun resolveAddr {host, port} = let | fun resolveAddr {host, port} = let |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |