mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
b65405439d
* "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
|
|
Copyright by The HDF Group.
|
|
All rights reserved.
|
|
|
|
The files and subdirectories in this directory are part of HDF5.
|
|
The full HDF5 copyright notice, including terms governing use,
|
|
modification, and redistribution, is contained in the COPYING file
|
|
which can be found at the root of the source code distribution tree
|
|
or in https://support.hdfgroup.org/ftp/HDF5/releases. If you do
|
|
not have access to either file, you may request a copy from
|
|
help@hdfgroup.org.
|
|
|