Hubert Tarasiuk <[email protected]> writes: > I have talked with Giuseppe and he suggested that we might not do TCP > Fast Open support for FTP at this time (he argued that FTP is slow > either way :). > > Instead I might focus on implementing some basics of Metalink protocol > for HTTP and FTP resources in Wget. > > Do you have any thoughts about that?
I wouldn't even have an option for --tcp-fast-open and avoid adding such low level details to the command line. I would rather go for an env variable like TCP_FAST_OPEN=1, that wget might honor or not and not worry where it is not supported. What do you think? Regards, Giuseppe
