File tree 1 file changed +0
-6
lines changed
talpid-core/src/split_tunnel/macos
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ pub enum Error {
51
51
/// Failed to begin capture on split tunnel utun
52
52
#[ error( "Failed to begin capture on split tunnel utun" ) ]
53
53
CaptureSplitTunnelDevice ( #[ source] pcap:: Error ) ,
54
- /// Failed to set direction on capture
55
- #[ error( "Failed to set direction on pcap" ) ]
56
- SetDirection ( #[ source] pcap:: Error ) ,
57
54
/// Failed to enable nonblocking I/O
58
55
#[ error( "Failed to enable nonblocking I/O" ) ]
59
56
EnableNonblock ( #[ source] pcap:: Error ) ,
@@ -72,9 +69,6 @@ pub enum Error {
72
69
/// Failed to configure BPF device for default interface
73
70
#[ error( "Failed to configure BPF device for default interface" ) ]
74
71
ConfigDefaultBpf ( #[ source] bpf:: Error ) ,
75
- /// Failed to retrieve BPF buffer size
76
- #[ error( "Failed to retrieve BPF buffer size" ) ]
77
- GetBpfBufferSize ( #[ source] bpf:: Error ) ,
78
72
/// Failed to create BPF device for VPN tunnel
79
73
#[ error( "Failed to create BPF device for VPN tunnel" ) ]
80
74
CreateVpnBpf ( #[ source] bpf:: Error ) ,
You can’t perform that action at this time.
0 commit comments