Haskell socket recvmsg (path mtu discovery) -
i writing tunneling application in haskell uses udp. in order 'right', set mtu appropriately. however, cannot find easy way that.
is there recvmsg() implementation in haskell allow me specify 'flags' parameter, or different way obtain data error channel?
if no api function turns suits needs, can interface network.socket extracting socket id , calling c. while isn't easy way, @ least allows continue using existing api in rest of code.
Comments
Post a Comment