This is not really necessary, but it simplifies the code a bit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 59877 Build 56762: arc lint + arc unit
Differential D47031 Authored by markj on Oct 9 2024, 9:20 PM.
Details
Summary This is not really necessary, but it simplifies the code a bit.
Diff Detail
Event TimelineHerald added a reviewer: bhyve. · View Herald TranscriptOct 9 2024, 9:20 PM2024-10-09 21:20:40 (UTC+0) Harbormaster completed remote builds in B59877: Diff 144548.Oct 9 2024, 9:20 PM2024-10-09 21:20:41 (UTC+0) This revision is now accepted and ready to land.Oct 21 2024, 3:32 PM2024-10-21 15:32:18 (UTC+0) Closed by commit rGc2b34d060705: bhyvectl: Convert to use vm_openf() (authored by markj). · Explain WhyNov 5 2024, 1:41 AM2024-11-05 01:41:27 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144548 usr.sbin/bhyvectl/bhyvectl.c
|
Normally the clnt_rc.c (reconnect layer) would
do a CLSET_TCP_DDP and the so_setsockopt()
would be done for CLSET_TCP_DDP in clnt_vc.c
and ignored in clnt_dg.c.
I've never been much of an object oriented guy,
but the Sun folk loved these layers.