init: pristine aerc 0.20.0 source
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package lib
|
||||
|
||||
func SetTcpKeepaliveProbes(fd, count int) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func SetTcpKeepaliveInterval(fd, interval int) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user