| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api |
| Modifier and Type | Method and Description |
|---|---|
int |
LinuxNativeUtil.recvmsg(int fd,
Msghdr msghdr,
int flags)
receive a message on a socket.
|
int |
LinuxNativeUtil.sendmsg(int fd,
Msghdr msghdr,
int flags)
send a message on a socket.
|
Copyright © 2023. All rights reserved.