Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 89 for sctp (0.23 sec)

  1. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
    pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
    pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
    pkg syscall (freebsd-386), const SYS_SELECT = 93
    pkg syscall (freebsd-386), const SYS_SENDFILE = 393
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.29.md

    - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0 → v2.16.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/compare/v2.7.0...v2.16.0)
    - github.com/ishidawataru/sctp: [7c296d4 → 7ff4192](https://github.com/ishidawataru/sctp/compare/7c296d4...7ff4192)
    - github.com/konsorten/go-windows-terminal-sequences: [v1.0.3 → v1.0.1](https://github.com/konsorten/go-windows-terminal-sequences/compare/v1.0.3...v1.0.1)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  3. cmd/sftp-server.go

    			}
    			if port < 1 || port > 65535 {
    				logger.Fatal(fmt.Errorf("invalid arguments passed to --sftp=%s, (port number must be between 1 to 65535)", arg), "unable to start SFTP server")
    			}
    			publicIP = host
    		case "ssh-private-key":
    			sshPrivateKey = tokens[1]
    		}
    	}
    
    	if port == 0 {
    		port = 8022 // Default SFTP port, since no port was given.
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SELECT ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. cmd/sftp-server-driver.go

    	}
    }
    
    // NewSFTPDriver initializes sftp.Handlers implementation of following interfaces
    //
    // - sftp.Fileread
    // - sftp.Filewrite
    // - sftp.Filelist
    // - sftp.Filecmd
    func NewSFTPDriver(perms *ssh.Permissions) sftp.Handlers {
    	handler := &sftpDriver{endpoint: fmt.Sprintf("127.0.0.1:%s", globalMinioPort), permissions: perms}
    	return sftp.Handlers{
    		FileGet:  handler,
    		FilePut:  handler,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 19 12:23:42 GMT 2024
    - 12.9K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg net/smtp, method (*Client) Extension(string) (bool, string)
    pkg net/smtp, method (*Client) Mail(string) error
    pkg net/smtp, method (*Client) Quit() error
    pkg net/smtp, method (*Client) Rcpt(string) error
    pkg net/smtp, method (*Client) Reset() error
    pkg net/smtp, method (*Client) StartTLS(*tls.Config) error
    pkg net/smtp, method (*Client) Verify(string) error
    pkg net/smtp, type Auth interface { Next, Start }
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.12.md

    - SCTP is now supported as an additional protocol (alpha) alongside TCP and UDP in Pod, Service, Endpoint, and NetworkPolicy.  ([#64973](https://github.com/kubernetes/kubernetes/pull/64973), [@janosi](https://github.com/janosi)) Courtesy of SIG API Machinery,...
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Feb 06 06:04:15 GMT 2020
    - 293.8K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.22.md

    - Clarified the description of a test in the e2e suite that mentions "SCTP" but is
      actually intended to be testing the behavior of network plugins that don't
      implement SCTP. ([#102509](https://github.com/kubernetes/kubernetes/pull/102509), [@danwinship](https://github.com/danwinship))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.19.md

    - github.com/ianlancetaylor/demangle: [5e5cf60](https://github.com/ianlancetaylor/demangle/tree/5e5cf60)
    - github.com/ishidawataru/sctp: [7c296d4](https://github.com/ishidawataru/sctp/tree/7c296d4)
    - github.com/moby/ipvs: [v1.0.1](https://github.com/moby/ipvs/tree/v1.0.1)
    - github.com/moby/sys/mountinfo: [v0.1.3](https://github.com/moby/sys/mountinfo/tree/v0.1.3)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_SCCSP = 96
    pkg syscall (darwin-arm64), const IPPROTO_SCCSP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SCTP = 132
    pkg syscall (darwin-arm64), const IPPROTO_SCTP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SDRP = 42
    pkg syscall (darwin-arm64), const IPPROTO_SDRP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_SEP = 33
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top