]> icculus.org git repositories - divverent/darkplaces.git/commit
UDP_StringToAddr did not work with less than full x.x.x.x:x specifications, now it...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Mar 2003 15:47:33 +0000 (15:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Mar 2003 15:47:33 +0000 (15:47 +0000)
commit049684f0f7c5251b533d4dde7cd2895d8821b612
tree6e5c3c53e8fc64ea8e01c1e657122729b295ae46
parent2a8222065d22ae69d46ace9b5404a8fcbfb6fbbf
UDP_StringToAddr did not work with less than full x.x.x.x:x specifications, now it supports all the stuff PartialIPAddress supported (filling in most significant components with myAddr, etc)
UDP_Read and UDP_Write now log entire packets to console if developer_networking is on

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2873 d7cf8633-e32d-0410-b094-e92efae38249
net_udp.c