You can try UDP. I don't know of any libraries for it though.
Keep in mind that UDP doesn't have error detection/correction. The network can throw away a UDP packet. So if reliability is important, you'll have to build it into the application (or it must be in your library).