kckeiks / netlink

Netlink library in Go.
MIT License
3 stars 2 forks source link

Issue21 #22

Closed kckeiks closed 3 years ago

kckeiks commented 3 years ago

Remove send and recv functions because there is quite a bit of complexity when implementing generic functions for these. We will let developer implement socket read and write ops on sockets as they see fit for their requirements.