mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 06:06:33 +00:00
Internal: Reworked xioopts
This commit is contained in:
parent
1c1a91027a
commit
5eebca3a5b
37 changed files with 1380 additions and 1199 deletions
|
@ -52,8 +52,8 @@ static int vsock_init(struct opt *opts, struct single *xfd) {
|
|||
if (applyopts_single(xfd, opts, PH_INIT) < 0)
|
||||
return STAT_NORETRY;
|
||||
|
||||
applyopts(-1, opts, PH_INIT);
|
||||
applyopts(-1, opts, PH_EARLY);
|
||||
applyopts(xfd, -1, opts, PH_INIT);
|
||||
applyopts(xfd, -1, opts, PH_EARLY);
|
||||
|
||||
xfd->dtype = XIODATA_STREAM;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue