wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Why there are no API exposed to connect or disconnect the network interface
@ 2021-05-01  4:19 Vivekvardhan Jilkara
  0 siblings, 0 replies; only message in thread
From: Vivekvardhan Jilkara @ 2021-05-01  4:19 UTC (permalink / raw)
  To: wireguard

Hi team,

I have been going through the wireguard-windows module to understand
its usage for one of my requirements.

My requirement is as follows.
1. Create the virtual network interface/ network tunnel. This I can
achieve by calling, CreateTun
2. Eventually, based on some trigger points, I want to open this
created tunnel and then do the
connection/disconnection(OpenSession/CloseSession).

Following are my queries.

1. Like the CreatTun method, I expected a method called
GetTun(string), which would simply call the OpenAdapter method(in the
wintun package) and return the instance of the device.
Is there any reason for not providing this?

2. In the device interface(in tun package), the APIs that are provided
are operating on the adapter against the tunnel.
I thought, if this interface would have had APIs, something called
StartSession and EndSession, using those APIs I could have connected
or disconnected the connection for that tunnel.
Is there any reason for not providing these?

Also, I am doubting whether the expectations that I set are incorrect. If YES,
I request you to help me to understand the reason AND
please guide me if there is any way to achieve the above requirements
without these APIs being expected.

Thanks in advance.

Regards,
Vivekvardhan.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-02 11:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01  4:19 Why there are no API exposed to connect or disconnect the network interface Vivekvardhan Jilkara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).