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:
parent
809ab19dff
commit
5c1f3b65a6
27 changed files with 2139 additions and 5 deletions
3
Functions/TCP/tcp_command
Normal file
3
Functions/TCP/tcp_command
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
tcp_send $* || return 1
|
||||
tcp_read -d -t ${TCP_TIMEOUT:=0.3}
|
||||
return 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue