1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-30 16:00:53 +01:00

18202: New TCP function system plus small error message change in ztcp.

This commit is contained in:
Peter Stephenson 2003-02-06 12:21:49 +00:00
parent 809ab19dff
commit 5c1f3b65a6
27 changed files with 2139 additions and 5 deletions

View file

@ -0,0 +1,3 @@
tcp_send $* || return 1
tcp_read -d -t ${TCP_TIMEOUT:=0.3}
return 0