shanehooker
shanehooker
@ishidawataru do you have any suggestion on how to accomplish this? Upon my initial investigation it looks like we may need to modify sctp_linux.go to use a RtMsg type instead...
@ishidawataru haven't had a chance to look at your suggestion. I hope to get to this next week.
yes. There are limitations, from the APIs, as to what SCTP paramaters and options can be set using this package but there are other ways around that.
> It looks like we have not yet released a new version including this option but: #498 should do what you’re looking for. Is #498 merged to master? I am...
I am confused as to how to use sftp.NewRequestServer() with InMemHandler() and WithStartDirectory(). Is there an example? I need to implement an sftp-server which will set the starting directory (aka...