bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash sockets: printf \x0a does TCP fragmentation


From: Greg Wooledge
Subject: Re: bash sockets: printf \x0a does TCP fragmentation
Date: Tue, 25 Sep 2018 09:58:16 -0400
User-agent: NeoMutt/20170113 (1.7.2)

> On 9/25/18 9:04 AM, dirk+bash@testssl.sh wrote:
> > env or exec: never thought about it (thanks!) but as both are external
> > commands, that would mean upon every call one additional external program.
> > (yes, I know that there is such thing as a fs buffer). Subshells also costs
> > resources. As this is a core function I am happy for every homeopathic dose
> > of time I safe here :-)

You could also disable the builtin printf with "enable -n printf".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]