Changeset 719
- Timestamp:
- 02/25/08 07:55:30 (8 months ago)
- Files:
-
- branches/binary/server/memcached.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/binary/server/memcached.c
r718 r719 3563 3563 if (settings.udpport > 0 && settings.socketpath == NULL) { 3564 3564 /* create the UDP listening socket and bind it */ 3565 u_socket = server_socket(settings.udpport, 1, &u_socket_count); 3565 u_socket = server_socket(settings.udpport, ascii_udp_prot, 3566 &u_socket_count); 3566 3567 if (u_socket == NULL) { 3567 3568 fprintf(stderr, "failed to listen on UDP port %d\n", settings.udpport);
