mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
10
pkg/readbuffer/read_buffer_other.go
Normal file
10
pkg/readbuffer/read_buffer_other.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !linux && !windows
|
||||
|
||||
package readbuffer
|
||||
|
||||
import "fmt"
|
||||
|
||||
// ReadBuffer returns the read buffer size.
|
||||
func ReadBuffer(pc PacketConn) (int, error) {
|
||||
return 0, fmt.Errorf("read buffer size is unimplemented on the current operating system")
|
||||
}
|
Reference in New Issue
Block a user