Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SockaddrStorage (0.05 sec)

  1. src/main/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfo.java

     */
    public class NetworkInterfaceInfo {
    
        private int interfaceIndex;
        private int capability;
        private int linkSpeed; // In units of 1 Mbps
        private byte[] sockaddrStorage;
        private InetAddress address;
        private boolean ipv6;
        private boolean rssCapable; // Receive Side Scaling
        private boolean rdmaCapable;
    
        /**
         * Create network interface info
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 11:13:46 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  2. docs/smb3-features/03-multi-channel-design.md

    import java.util.ArrayList;
    import java.util.List;
    
    public class NetworkInterfaceInfo {
        private int interfaceIndex;
        private int capability;
        private int linkSpeed;  // In units of 1 Mbps
        private byte[] sockaddrStorage;  // Socket address
        private InetAddress address;
        private boolean ipv6;
        private boolean rssCapable;  // Receive Side Scaling
        private boolean rdmaCapable;
        
        // Capability flags
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 39.6K bytes
    - Viewed (0)
Back to top