|
|
|
|
|
by Pinus
33 days ago
|
|
I remember seeing more or less the same bug 20 years ago... "Calling" process did connect, write, close. "Answering" process did accept, write("hello"), read, close. One of them got ECONNRESET on Windows NT, but not on some Unix variant (or possibly the other way around) because there was data (the "hello") that was sent but never read. It it nice that there are some constants in this rapidly-changing world. =) |
|