updated the default definition of moo_sa_family_t

This commit is contained in:
hyunghwan.chung
2018-01-19 13:29:15 +00:00
parent d3a57db467
commit 9a49b4fa53
4 changed files with 48 additions and 5 deletions

View File

@ -505,7 +505,7 @@ error -> exception
[
s := Socket domain: Socket.Domain.INET type: Socket.Type.STREAM.
s inputAction: inact; outputAction: outact.
s connectTo: (SocketAddress fromString: '127.0.0.1:9999') do: conact.
s connectTo: (SocketAddress fromString: '192.168.1.108:9999') do: conact.
s2 := Socket domain: Socket.Domain.INET type: Socket.Type.STREAM.
s2 inputAction: accact.