Re: TCP_CORK (aka TCP_NOPUSH) does not work

2019-07-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> Regular SO options on Windows: I did not ask about Windows options. I asked about a feature that is defined in Cygwin yet appears not functional. > You can abuse Nagle to get similar behaviour cross-platform: This is not the same thing! > ENOPROTOOPT (109)... "The option is not supported by

Re: TCP_CORK (aka TCP_NOPUSH) does not work

2019-07-30 Thread Brian Inglis
On 2019-07-30 15:30, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin wrote: > Consider the following code: > $ cat cork.c > #include > #include > #include > #include > #include > #include > #include > #include > #include > #if defined(TCP_NOPUSH) && !defined(TCP_CORK) > # define TCP_COR

Re: Issue with connect my Arduino Mega to a program called DCS BIOS

2019-07-30 Thread cygwinautoreply
>Hi, >I am getting the following error; >6 [main] socat 14500 find_fast_cwd: WARNING: Couldn't compute FAST_CWD poin= >ter. Please report this problem to >the public mailing list cygwin@cygwin.com >I am using windows 10 V 1903 >Kind regards >Mark >Could you please send me some detailed step

Issue with connect my Arduino Mega to a program called DCS BIOS

2019-07-30 Thread Mark McCosker
Hi, I am getting the following error; 6 [main] socat 14500 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com I am using windows 10 V 1903 Kind regards Mark Could you please send me some detailed step to try and

TCP_CORK (aka TCP_NOPUSH) does not work

2019-07-30 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi, Consider the following code: $ cat cork.c #include #include #include #include #include #include #include #include #include #if defined(TCP_NOPUSH) && !defined(TCP_CORK) # define TCP_CORK TCP_NOPUSH #endif int main(int argc, const char* argv[]) { union { struct sock

Re: Is the Mercurial package still maintained?

2019-07-30 Thread Jari Aalto
On 2019-07-18 18:47, Ken Brown wrote: > On 7/18/2019 2:10 PM, Ti Strga wrote: > > Hi. > > > > Upstream is at v5.0.2. The cygwin repo has been at 4.3.2 for almost two > > years now, missing not only a lot of features but also the security fixes > > in 4.7.2 and 4.9. > > > > Is a new package block