Changeset 3561
- Timestamp:
- Feb 20, 2013 3:42:42 AM (3 months ago)
- File:
-
- 1 edited
-
ofw/inet/tcpapp.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ofw/inet/tcpapp.fth
r1 r3561 15 15 ; 16 16 : tcp-connect ( port# -- ) 17 " connect" $call-tcp 0= abort" Connection refused 17 " connect" $call-tcp 0= abort" Connection refused" 18 18 ; 19 : tcp-accept ( port# -- ) begin dup " accept" $call-tcp until drop ; 19 20 : tcp-disconnect ( -- ) " disconnect" $call-tcp ; 20 21 : open-tcp-connection ( hostname$ port# -- )
Note: See TracChangeset
for help on using the changeset viewer.
