it used IPPROTO_IDP instead of IPPROTO_UDP, somehow this snuck past my review, and since IPPROTO_IDP exists, it reverted to TCP (which isn't implemented yet). The future-proof fix is to either not allow this to be passed (use a boolen use_udp or something), or raise an error on an unknown protocol. But for now this quick fix should at least get it working again. Reviewed on jabber by stephen.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|