mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8282296: (se) Pipe.open() creates a Pipe implementation that uses Unix domain sockets (win)
Reviewed-by: dfuchs, lancea, bpb
This commit is contained in:
parent
7dc7184c10
commit
e540e0a81b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class PipeImpl
|
|||
* Creates a (TCP) Pipe implementation that supports buffering.
|
||||
*/
|
||||
PipeImpl(SelectorProvider sp) throws IOException {
|
||||
this(sp, true, false);
|
||||
this(sp, false, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue